Searched refs:cifs_get_inode_info (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/fs/smb/client/ |
D | dir.c | 384 rc = cifs_get_inode_info(&newinode, full_path, buf, inode->i_sb, xid, fid); 712 rc = cifs_get_inode_info(&newInode, full_path, NULL,
|
D | link.c | 633 rc = cifs_get_inode_info(&newinode, full_path, NULL,
|
D | inode.c | 1298 int cifs_get_inode_info(struct inode **inode, in cifs_get_inode_info() function 1952 rc = cifs_get_inode_info(&inode, full_path, NULL, parent->i_sb, 2629 rc = cifs_get_inode_info(&inode, full_path, NULL, sb,
|
D | cifsproto.h | 212 int cifs_get_inode_info(struct inode **inode, const char *full_path,
|
D | file.c | 610 rc = cifs_get_inode_info(&inode, full_path, buf, inode->i_sb, in cifs_nt_open() 1297 rc = cifs_get_inode_info(&inode, full_path, NULL, in cifs_reopen_file()
|
D | smb2inode.c | 1246 rc = cifs_get_inode_info(&new, full_path, in smb2_get_reparse_inode()
|
D | smb2ops.c | 5219 rc = cifs_get_inode_info(&new, full_path, NULL, in cifs_sfu_make_node()
|