Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dfscache.c20 __le64 uniqueid; /* server inode number */ member
135 key.uniqueid = cpu_to_le64(cifsi->uniqueid); in cifs_fscache_get_inode_cookie()
H A Dinode.c89 __func__, cifs_i->uniqueid); in cifs_revalidate_cache()
93 __func__, cifs_i->uniqueid); in cifs_revalidate_cache()
100 __func__, cifs_i->uniqueid); in cifs_revalidate_cache()
110 __func__, cifs_i->uniqueid); in cifs_revalidate_cache()
115 __func__, cifs_i->uniqueid); in cifs_revalidate_cache()
867 fattr.cf_uniqueid = CIFS_I(inode)->uniqueid; in cifs_get_file_info()
955 fattr->cf_uniqueid = CIFS_I(*inode)->uniqueid; in cifs_set_fattr_ino()
973 fattr->cf_uniqueid = CIFS_I(*inode)->uniqueid; in cifs_set_fattr_ino()
986 fattr->cf_uniqueid = CIFS_I(*inode)->uniqueid; in cifs_set_fattr_ino()
1381 CIFS_I(inode)->uniqueid = fattr->cf_uniqueid; in cifs_init_inode()
[all …]
H A Dsmb2proto.h212 __le64 *uniqueid);
H A Dreaddir.c109 fattr->cf_uniqueid = CIFS_I(inode)->uniqueid; in cifs_prime_dcache()
115 if (CIFS_I(inode)->uniqueid == fattr->cf_uniqueid) { in cifs_prime_dcache()
H A Dsmb1ops.c605 u64 *uniqueid, struct cifs_open_info_data *unused) in cifs_get_srv_inum() argument
618 return CIFSGetSrvInodeNumber(xid, tcon, full_path, uniqueid, in cifs_get_srv_inum()
H A Dcifsglob.h382 struct cifs_sb_info *cifs_sb, const char *full_path, u64 *uniqueid,
1600 u64 uniqueid; /* server inode number */ member
H A Dcifsfs.c397 cifs_inode->uniqueid = 0; in cifs_alloc_inode()
H A Dsmb2ops.c951 u64 *uniqueid, struct cifs_open_info_data *data) in smb2_get_srv_inum() argument
953 *uniqueid = le64_to_cpu(data->fi.IndexNumber); in smb2_get_srv_inum()
H A Dsmb2pdu.c3924 u64 persistent_fid, u64 volatile_fid, __le64 *uniqueid) in SMB2_get_srv_num() argument
3930 (void **)&uniqueid, NULL); in SMB2_get_srv_num()