Home
last modified time | relevance | path

Searched refs:uniqueid (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/fs/cifs/
Dfscache.c108 &cifsi->uniqueid, sizeof(cifsi->uniqueid), in cifs_fscache_get_inode_cookie()
Dinode.c91 __func__, cifs_i->uniqueid);
95 __func__, cifs_i->uniqueid);
102 __func__, cifs_i->uniqueid);
111 __func__, cifs_i->uniqueid);
116 __func__, cifs_i->uniqueid);
453 CIFS_I(*pinode)->uniqueid != fattr.cf_uniqueid)) {
828 fattr.cf_uniqueid = CIFS_I(inode)->uniqueid;
915 fattr->cf_uniqueid = CIFS_I(*inode)->uniqueid;
933 fattr->cf_uniqueid = CIFS_I(*inode)->uniqueid;
946 fattr->cf_uniqueid = CIFS_I(*inode)->uniqueid;
[all …]
Dsmb2proto.h186 __le64 *uniqueid);
Dreaddir.c105 fattr->cf_uniqueid = CIFS_I(inode)->uniqueid; in cifs_prime_dcache()
109 if (CIFS_I(inode)->uniqueid == fattr->cf_uniqueid && in cifs_prime_dcache()
Dsmb1ops.c601 u64 *uniqueid, struct cifs_open_info_data *unused) in cifs_get_srv_inum() argument
614 return CIFSGetSrvInodeNumber(xid, tcon, full_path, uniqueid, in cifs_get_srv_inum()
Dcifsglob.h337 struct cifs_sb_info *cifs_sb, const char *full_path, u64 *uniqueid,
1557 u64 uniqueid; /* server inode number */ member
Dcifsfs.c394 cifs_inode->uniqueid = 0; in cifs_alloc_inode()
Dsmb2pdu.c3669 u64 persistent_fid, u64 volatile_fid, __le64 *uniqueid) in SMB2_get_srv_num() argument
3675 (void **)&uniqueid, NULL); in SMB2_get_srv_num()
Dsmb2ops.c858 u64 *uniqueid, struct cifs_open_info_data *data) in smb2_get_srv_inum() argument
860 *uniqueid = le64_to_cpu(data->fi.IndexNumber); in smb2_get_srv_inum()