Searched refs:cifs_get_inode_info_unix (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/fs/smb/client/ |
D | dir.c | 377 rc = cifs_get_inode_info_unix(&newinode, full_path, inode->i_sb, 709 rc = cifs_get_inode_info_unix(&newInode, full_path,
|
D | link.c | 630 rc = cifs_get_inode_info_unix(&newinode, full_path,
|
D | inode.c | 487 int cifs_get_inode_info_unix(struct inode **pinode, in cifs_get_inode_info_unix() function 513 int cifs_get_inode_info_unix(struct inode **pinode, in cifs_get_inode_info_unix() function 1948 rc = cifs_get_inode_info_unix(&inode, full_path, parent->i_sb, 2627 rc = cifs_get_inode_info_unix(&inode, full_path, sb, xid);
|
D | cifsproto.h | 220 extern int cifs_get_inode_info_unix(struct inode **pinode,
|
D | smb1ops.c | 1071 rc = cifs_get_inode_info_unix(&newinode, full_path, in cifs_make_node()
|
D | file.c | 607 rc = cifs_get_inode_info_unix(&inode, full_path, inode->i_sb, in cifs_nt_open() 1294 rc = cifs_get_inode_info_unix(&inode, full_path, in cifs_reopen_file()
|
D | smb2ops.c | 5216 rc = cifs_get_inode_info_unix(&new, full_path, in cifs_sfu_make_node()
|