Searched refs:cifs_get_inode_info_unix (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/cifs/ |
D | dir.c | 377 rc = cifs_get_inode_info_unix(&newinode, full_path, inode->i_sb, in cifs_do_create() 627 rc = cifs_get_inode_info_unix(&newinode, full_path, in cifs_mknod() 756 rc = cifs_get_inode_info_unix(&newInode, full_path, in cifs_lookup()
|
D | inode.c | 356 int cifs_get_inode_info_unix(struct inode **pinode, function 988 rc = cifs_get_inode_info_unix(&inode, "", sb, xid); 1348 rc = cifs_get_inode_info_unix(&inode, full_path, parent->i_sb, 1919 rc = cifs_get_inode_info_unix(&inode, full_path, sb, xid);
|
D | cifsproto.h | 162 extern int cifs_get_inode_info_unix(struct inode **pinode,
|
D | link.c | 726 rc = cifs_get_inode_info_unix(&newinode, full_path, in cifs_symlink()
|
D | file.c | 242 rc = cifs_get_inode_info_unix(&inode, full_path, inode->i_sb, in cifs_nt_open() 722 rc = cifs_get_inode_info_unix(&inode, full_path, in cifs_reopen_file()
|