Searched refs:cifs_get_inode_info_unix (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/cifs/ |
D | dir.c | 417 rc = cifs_get_inode_info_unix(&newinode, full_path, inode->i_sb, in cifs_do_create() 678 rc = cifs_get_inode_info_unix(&newinode, full_path, in cifs_mknod() 812 rc = cifs_get_inode_info_unix(&newInode, full_path, in cifs_lookup()
|
D | inode.c | 361 int cifs_get_inode_info_unix(struct inode **pinode, function 1066 rc = cifs_get_inode_info_unix(&inode, path, sb, xid); 1427 rc = cifs_get_inode_info_unix(&inode, full_path, parent->i_sb, 2005 rc = cifs_get_inode_info_unix(&inode, full_path, sb, xid);
|
D | link.c | 708 rc = cifs_get_inode_info_unix(&newinode, full_path, in cifs_symlink()
|
D | cifsproto.h | 183 extern int cifs_get_inode_info_unix(struct inode **pinode,
|
D | file.c | 249 rc = cifs_get_inode_info_unix(&inode, full_path, inode->i_sb, in cifs_nt_open() 736 rc = cifs_get_inode_info_unix(&inode, full_path, in cifs_reopen_file()
|