Searched refs:cifs_get_inode_info (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/cifs/ |
D | dir.c | 380 rc = cifs_get_inode_info(&newinode, full_path, buf, inode->i_sb, in cifs_do_create() 759 rc = cifs_get_inode_info(&newInode, full_path, NULL, in cifs_lookup()
|
D | inode.c | 705 cifs_get_inode_info(struct inode **inode, const char *full_path, function 996 rc = cifs_get_inode_info(&inode, "", NULL, sb, xid, NULL); 1351 rc = cifs_get_inode_info(&inode, full_path, NULL, parent->i_sb, 1921 rc = cifs_get_inode_info(&inode, full_path, NULL, sb,
|
D | cifsproto.h | 159 extern int cifs_get_inode_info(struct inode **inode, const char *full_path,
|
D | link.c | 729 rc = cifs_get_inode_info(&newinode, full_path, NULL, in cifs_symlink()
|
D | file.c | 245 rc = cifs_get_inode_info(&inode, full_path, buf, inode->i_sb, in cifs_nt_open() 725 rc = cifs_get_inode_info(&inode, full_path, NULL, in cifs_reopen_file()
|