Searched refs:cifs_get_inode_info_unix (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/fs/cifs/ |
D | dir.c | 417 rc = cifs_get_inode_info_unix(&newinode, full_path, inode->i_sb, in cifs_do_create() 677 rc = cifs_get_inode_info_unix(&newinode, full_path, in cifs_mknod() 811 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 1085 rc = cifs_get_inode_info_unix(&inode, path, sb, xid); 1446 rc = cifs_get_inode_info_unix(&inode, full_path, parent->i_sb, 2030 rc = cifs_get_inode_info_unix(&inode, full_path, sb, xid);
|
D | link.c | 712 rc = cifs_get_inode_info_unix(&newinode, full_path, in cifs_symlink()
|
D | cifsproto.h | 184 extern int cifs_get_inode_info_unix(struct inode **pinode,
|
D | file.c | 250 rc = cifs_get_inode_info_unix(&inode, full_path, inode->i_sb, in cifs_nt_open() 782 rc = cifs_get_inode_info_unix(&inode, full_path, in cifs_reopen_file()
|