Home
last modified time | relevance | path

Searched refs:uniqueid (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dinode.c102 __func__, cifs_i->uniqueid);
106 __func__, cifs_i->uniqueid);
113 __func__, cifs_i->uniqueid);
122 __func__, cifs_i->uniqueid);
127 __func__, cifs_i->uniqueid);
419 /* if uniqueid is different, return error */
421 CIFS_I(*pinode)->uniqueid != fattr.cf_uniqueid)) {
649 cifs_dbg(FYI, "POSIX query info: mode 0x%x uniqueid 0x%llx nlink %d\n",
781 fattr.cf_uniqueid = CIFS_I(inode)->uniqueid;
865 fattr->cf_uniqueid = CIFS_I(*inode)->uniqueid;
[all...]
H A Dfscache.c153 &cifsi->uniqueid, sizeof(cifsi->uniqueid), in cifs_fscache_acquire_inode_cookie()
H A Dreaddir.c73 * a negative dentry or the uniqueid or filetype(mode) changed,
116 fattr->cf_uniqueid = CIFS_I(inode)->uniqueid; in cifs_prime_dcache()
120 if (CIFS_I(inode)->uniqueid == fattr->cf_uniqueid && in cifs_prime_dcache()
H A Dsmb2proto.h207 __le64 *uniqueid);
H A Dsmb1ops.c589 u64 *uniqueid, FILE_ALL_INFO *data) in cifs_get_srv_inum()
602 return CIFSGetSrvInodeNumber(xid, tcon, full_path, uniqueid, in cifs_get_srv_inum()
587 cifs_get_srv_inum(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, u64 *uniqueid, FILE_ALL_INFO *data) cifs_get_srv_inum() argument
H A Dcifsglob.h311 u64 *uniqueid, FILE_ALL_INFO *);
1487 u64 uniqueid; /* server inode number */ member
H A Dcifsfs.c349 cifs_inode->uniqueid = 0; in cifs_alloc_inode()
H A Dsmb2ops.c965 u64 *uniqueid, FILE_ALL_INFO *data) in smb2_get_srv_inum()
967 *uniqueid = le64_to_cpu(data->IndexNumber); in smb2_get_srv_inum()
963 smb2_get_srv_inum(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, u64 *uniqueid, FILE_ALL_INFO *data) smb2_get_srv_inum() argument
H A Dsmb2pdu.c3518 u64 persistent_fid, u64 volatile_fid, __le64 *uniqueid) in SMB2_get_srv_num()
3524 (void **)&uniqueid, NULL); in SMB2_get_srv_num()
3517 SMB2_get_srv_num(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, __le64 *uniqueid) SMB2_get_srv_num() argument
/kernel/linux/linux-6.6/fs/smb/client/
H A Dfscache.c108 &cifsi->uniqueid, sizeof(cifsi->uniqueid), in cifs_fscache_get_inode_cookie()
H A Dinode.c88 __func__, cifs_i->uniqueid); in cifs_revalidate_cache()
92 __func__, cifs_i->uniqueid); in cifs_revalidate_cache()
99 __func__, cifs_i->uniqueid); in cifs_revalidate_cache()
109 __func__, cifs_i->uniqueid); in cifs_revalidate_cache()
114 __func__, cifs_i->uniqueid); in cifs_revalidate_cache()
365 * If file type or uniqueid is different, return error. in update_inode_info()
368 CIFS_I(*inode)->uniqueid != fattr->cf_uniqueid)) { in update_inode_info()
722 cifs_dbg(FYI, "POSIX query info: mode 0x%x uniqueid 0x%llx nlink %d\n", in smb311_posix_info_to_fattr()
929 fattr.cf_uniqueid = CIFS_I(inode)->uniqueid; in cifs_get_file_info()
1016 fattr->cf_uniqueid = CIFS_I(*inode)->uniqueid; in cifs_set_fattr_ino()
[all...]
H A Dsmb2proto.h192 __le64 *uniqueid);
H A Dsmb1ops.c605 u64 *uniqueid, struct cifs_open_info_data *unused) in cifs_get_srv_inum()
618 return CIFSGetSrvInodeNumber(xid, tcon, full_path, uniqueid, in cifs_get_srv_inum()
603 cifs_get_srv_inum(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, u64 *uniqueid, struct cifs_open_info_data *unused) cifs_get_srv_inum() argument
H A Dreaddir.c79 * a negative dentry or the uniqueid or filetype(mode) changed,
125 fattr->cf_uniqueid = CIFS_I(inode)->uniqueid; in cifs_prime_dcache()
131 if (CIFS_I(inode)->uniqueid == fattr->cf_uniqueid) { in cifs_prime_dcache()
H A Dcifsglob.h363 struct cifs_sb_info *cifs_sb, const char *full_path, u64 *uniqueid,
1559 u64 uniqueid; /* server inode number */ member
H A Dcifsfs.c399 cifs_inode->uniqueid = 0; in cifs_alloc_inode()
H A Dsmb2ops.c950 u64 *uniqueid, struct cifs_open_info_data *data) in smb2_get_srv_inum()
952 *uniqueid = le64_to_cpu(data->fi.IndexNumber); in smb2_get_srv_inum()
948 smb2_get_srv_inum(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, u64 *uniqueid, struct cifs_open_info_data *data) smb2_get_srv_inum() argument
H A Dsmb2pdu.c3813 u64 persistent_fid, u64 volatile_fid, __le64 *uniqueid) in SMB2_get_srv_num()
3819 (void **)&uniqueid, NULL); in SMB2_get_srv_num()
3812 SMB2_get_srv_num(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, u64 volatile_fid, __le64 *uniqueid) SMB2_get_srv_num() argument

Completed in 85 milliseconds