/kernel/linux/linux-5.10/fs/cifs/ |
H A D | inode.c | 102 __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 D | fscache.c | 153 &cifsi->uniqueid, sizeof(cifsi->uniqueid), in cifs_fscache_acquire_inode_cookie()
|
H A D | readdir.c | 73 * 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 D | smb2proto.h | 207 __le64 *uniqueid);
|
H A D | smb1ops.c | 589 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 D | cifsglob.h | 311 u64 *uniqueid, FILE_ALL_INFO *); 1487 u64 uniqueid; /* server inode number */ member
|
H A D | cifsfs.c | 349 cifs_inode->uniqueid = 0; in cifs_alloc_inode()
|
H A D | smb2ops.c | 965 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 D | smb2pdu.c | 3518 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 D | fscache.c | 108 &cifsi->uniqueid, sizeof(cifsi->uniqueid), in cifs_fscache_get_inode_cookie()
|
H A D | inode.c | 88 __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 D | smb2proto.h | 192 __le64 *uniqueid);
|
H A D | smb1ops.c | 605 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 D | readdir.c | 79 * 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 D | cifsglob.h | 363 struct cifs_sb_info *cifs_sb, const char *full_path, u64 *uniqueid, 1559 u64 uniqueid; /* server inode number */ member
|
H A D | cifsfs.c | 399 cifs_inode->uniqueid = 0; in cifs_alloc_inode()
|
H A D | smb2ops.c | 950 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 D | smb2pdu.c | 3813 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
|