Home
last modified time | relevance | path

Searched refs:cid (Results 1 – 3 of 3) sorted by relevance

/fs/fat/
Dcache.c81 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/cifs/
Dcifsacl.c285 id_to_sid(unsigned int cid, uint sidtype, struct cifs_sid *ssid) in id_to_sid() argument
295 sidtype == SIDOWNER ? 'o' : 'g', cid); in id_to_sid()
305 __func__, sidtype == SIDOWNER ? 'u' : 'g', cid); in id_to_sid()
/fs/ceph/
Dcaps.c994 u64 ino, cid, follows; member
1025 arg->cid, arg->ino, ceph_cap_string(arg->caps), in send_cap_msg()
1046 fc->cap_id = cpu_to_le64(arg->cid); in send_cap_msg()
1220 arg.cid = cap->cap_id; in __send_cap()
1289 arg.cid = 0; in __send_flush_snap()