Searched refs:cid (Results 1 – 6 of 6) sorted by relevance
/fs/exfat/ |
D | cache.c | 84 unsigned int fclus, struct exfat_cache_id *cid, in exfat_cache_lookup() argument 108 cid->id = ei->cache_valid_id; in exfat_cache_lookup() 109 cid->nr_contig = hit->nr_contig; in exfat_cache_lookup() 110 cid->fcluster = hit->fcluster; in exfat_cache_lookup() 111 cid->dcluster = hit->dcluster; in exfat_cache_lookup() 112 *cached_fclus = cid->fcluster + offset; in exfat_cache_lookup() 113 *cached_dclus = cid->dcluster + offset; in exfat_cache_lookup() 220 static inline int cache_contiguous(struct exfat_cache_id *cid, in cache_contiguous() argument 223 cid->nr_contig++; in cache_contiguous() 224 return cid->dcluster + cid->nr_contig == dclus; in cache_contiguous() [all …]
|
/fs/fat/ |
D | cache.c | 81 struct fat_cache_id *cid, in fat_cache_lookup() argument 105 cid->id = MSDOS_I(inode)->cache_valid_id; in fat_cache_lookup() 106 cid->nr_contig = hit->nr_contig; in fat_cache_lookup() 107 cid->fcluster = hit->fcluster; in fat_cache_lookup() 108 cid->dcluster = hit->dcluster; in fat_cache_lookup() 109 *cached_fclus = cid->fcluster + offset; in fat_cache_lookup() 110 *cached_dclus = cid->dcluster + offset; in fat_cache_lookup() 211 static inline int cache_contiguous(struct fat_cache_id *cid, int dclus) in cache_contiguous() argument 213 cid->nr_contig++; in cache_contiguous() 214 return ((cid->dcluster + cid->nr_contig) == dclus); in cache_contiguous() [all …]
|
/fs/ksmbd/ |
D | smbacl.h | 211 void id_to_sid(unsigned int cid, uint sidtype, struct smb_sid *ssid);
|
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/cifs/ |
D | cifsacl.c | 275 id_to_sid(unsigned int cid, uint sidtype, struct cifs_sid *ssid) in id_to_sid() argument 285 sidtype == SIDOWNER ? 'o' : 'g', cid); in id_to_sid() 295 __func__, sidtype == SIDOWNER ? 'u' : 'g', cid); in id_to_sid()
|
/fs/ceph/ |
D | caps.c | 1202 u64 ino, cid, follows; member 1234 __func__, ceph_cap_op_name(arg->op), arg->cid, arg->ino, in encode_cap_msg() 1247 fc->cap_id = cpu_to_le64(arg->cid); in encode_cap_msg() 1375 arg->cid = cap->cap_id; in __prep_cap() 1478 arg.cid = 0; in __send_flush_snap()
|