Searched refs:cifs_get_inode_info (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/cifs/ |
D | dir.c | 420 rc = cifs_get_inode_info(&newinode, full_path, buf, inode->i_sb, in cifs_do_create() 815 rc = cifs_get_inode_info(&newInode, full_path, NULL, in cifs_lookup()
|
D | inode.c | 725 cifs_get_inode_info(struct inode **inode, const char *full_path, function 1075 rc = cifs_get_inode_info(&inode, path, NULL, sb, xid, NULL); 1430 rc = cifs_get_inode_info(&inode, full_path, NULL, parent->i_sb, 2007 rc = cifs_get_inode_info(&inode, full_path, NULL, sb,
|
D | link.c | 711 rc = cifs_get_inode_info(&newinode, full_path, NULL, in cifs_symlink()
|
D | cifsproto.h | 180 extern int cifs_get_inode_info(struct inode **inode, const char *full_path,
|
D | file.c | 252 rc = cifs_get_inode_info(&inode, full_path, buf, inode->i_sb, in cifs_nt_open() 739 rc = cifs_get_inode_info(&inode, full_path, NULL, in cifs_reopen_file()
|