Searched refs:cid (Results 1 – 6 of 6) sorted by relevance
| /fs/exfat/ |
| A D | cache.c | 108 cid->id = ei->cache_valid_id; in exfat_cache_lookup() 110 cid->fcluster = hit->fcluster; in exfat_cache_lookup() 223 cid->nr_contig++; in cache_contiguous() 224 return cid->dcluster + cid->nr_contig == dclus; in cache_contiguous() 230 cid->id = EXFAT_CACHE_VALID; in cache_init() 231 cid->fcluster = fclus; in cache_init() 232 cid->dcluster = dclus; in cache_init() 233 cid->nr_contig = 0; in cache_init() 244 struct exfat_cache_id cid; in exfat_get_cluster() local 275 cid.nr_contig != 0); in exfat_get_cluster() [all …]
|
| /fs/fat/ |
| A D | cache.c | 81 struct fat_cache_id *cid, in fat_cache_lookup() argument 107 cid->fcluster = hit->fcluster; in fat_cache_lookup() 213 cid->nr_contig++; in cache_contiguous() 214 return ((cid->dcluster + cid->nr_contig) == dclus); in cache_contiguous() 219 cid->id = FAT_CACHE_VALID; in cache_init() 220 cid->fcluster = fclus; in cache_init() 221 cid->dcluster = dclus; in cache_init() 222 cid->nr_contig = 0; in cache_init() 231 struct fat_cache_id cid; in fat_get_cluster() local 252 cache_init(&cid, -1, -1); in fat_get_cluster() [all …]
|
| /fs/smb/server/ |
| A D | smbacl.h | 102 void id_to_sid(unsigned int cid, uint sidtype, struct smb_sid *ssid);
|
| A D | smbacl.c | 221 void id_to_sid(unsigned int cid, uint sidtype, struct smb_sid *ssid) in id_to_sid() argument 253 ssid->sub_auth[ssid->num_subauth] = cpu_to_le32(cid); in id_to_sid()
|
| /fs/smb/client/ |
| A D | cifsacl.c | 280 id_to_sid(unsigned int cid, uint sidtype, struct smb_sid *ssid) in id_to_sid() argument 290 sidtype == SIDOWNER ? 'o' : 'g', cid); in id_to_sid() 300 __func__, sidtype == SIDOWNER ? 'u' : 'g', cid); in id_to_sid()
|
| /fs/ceph/ |
| A D | caps.c | 1222 u64 ino, cid, follows; member 1254 ceph_cap_op_name(arg->op), arg->cid, arg->ino, in encode_cap_msg() 1267 fc->cap_id = cpu_to_le64(arg->cid); in encode_cap_msg() 1425 arg->cid = cap->cap_id; in __prep_cap() 1558 arg.cid = 0; in __send_flush_snap()
|
Completed in 22 milliseconds