Searched refs:cifs_get_inode_info_unix (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/fs/smb/client/ |
D | dir.c | 362 rc = cifs_get_inode_info_unix(&newinode, full_path, inode->i_sb, 686 rc = cifs_get_inode_info_unix(&newInode, full_path,
|
D | link.c | 632 rc = cifs_get_inode_info_unix(&newinode, full_path,
|
D | inode.c | 468 int cifs_get_inode_info_unix(struct inode **pinode, in cifs_get_inode_info_unix() function 494 int cifs_get_inode_info_unix(struct inode **pinode, in cifs_get_inode_info_unix() function 1896 rc = cifs_get_inode_info_unix(&inode, full_path, parent->i_sb, 2586 rc = cifs_get_inode_info_unix(&inode, full_path, sb, xid);
|
D | cifsproto.h | 216 extern int cifs_get_inode_info_unix(struct inode **pinode,
|
D | smb1ops.c | 1079 rc = cifs_get_inode_info_unix(&newinode, full_path, in cifs_make_node()
|
D | file.c | 408 rc = cifs_get_inode_info_unix(&inode, full_path, inode->i_sb, in cifs_nt_open() 1029 rc = cifs_get_inode_info_unix(&inode, full_path, in cifs_reopen_file()
|