Searched refs:cifs_get_inode_info_unix (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A 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,
|
H A D | link.c | 626 rc = cifs_get_inode_info_unix(&newinode, full_path,
|
H A D | inode.c | 470 int cifs_get_inode_info_unix(struct inode **pinode, in cifs_get_inode_info_unix() function 496 int cifs_get_inode_info_unix(struct inode **pinode, in cifs_get_inode_info_unix() function 1977 rc = cifs_get_inode_info_unix(&inode, full_path, parent->i_sb, 2666 rc = cifs_get_inode_info_unix(&inode, full_path, sb, xid);
|
H A D | cifsproto.h | 218 extern int cifs_get_inode_info_unix(struct inode **pinode,
|
H A D | smb1ops.c | 1071 rc = cifs_get_inode_info_unix(&newinode, full_path, in cifs_make_node()
|
H A D | file.c | 422 rc = cifs_get_inode_info_unix(&inode, full_path, inode->i_sb, in cifs_nt_open() 1109 rc = cifs_get_inode_info_unix(&inode, full_path, in cifs_reopen_file()
|
H A D | smb2ops.c | 5088 rc = cifs_get_inode_info_unix(&new, full_path, in cifs_sfu_make_node()
|