Home
last modified time | relevance | path

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

/fs/fat/
Dcache.c82 struct fat_cache_id *cid, in fat_cache_lookup() argument
106 cid->id = MSDOS_I(inode)->cache_valid_id; in fat_cache_lookup()
107 cid->nr_contig = hit->nr_contig; in fat_cache_lookup()
108 cid->fcluster = hit->fcluster; in fat_cache_lookup()
109 cid->dcluster = hit->dcluster; in fat_cache_lookup()
110 *cached_fclus = cid->fcluster + offset; in fat_cache_lookup()
111 *cached_dclus = cid->dcluster + offset; in fat_cache_lookup()
212 static inline int cache_contiguous(struct fat_cache_id *cid, int dclus) in cache_contiguous() argument
214 cid->nr_contig++; in cache_contiguous()
215 return ((cid->dcluster + cid->nr_contig) == dclus); in cache_contiguous()
[all …]
/fs/cifs/
Dcifsacl.c202 id_to_sid(unsigned int cid, uint sidtype, struct cifs_sid *ssid) in id_to_sid() argument
212 sidtype == SIDOWNER ? 'o' : 'g', cid); in id_to_sid()
222 __func__, sidtype == SIDOWNER ? 'u' : 'g', cid); in id_to_sid()
/fs/ceph/
Dcaps.c941 u64 ino, u64 cid, int op, in send_cap_msg() argument
958 cid, ino, ceph_cap_string(caps), ceph_cap_string(wanted), in send_cap_msg()
972 fc->cap_id = cpu_to_le64(cid); in send_cap_msg()