Searched refs:cifs_get_inode_info (Results 1 – 6 of 6) sorted by relevance
/linux/fs/smb/client/ |
H A D | dir.c | 384 rc = cifs_get_inode_info(&newinode, full_path, buf, inode->i_sb, xid, fid); 712 rc = cifs_get_inode_info(&newInode, full_path, NULL,
|
H A D | cifsproto.h | 212 int cifs_get_inode_info(struct inode **inode, const char *full_path,
|
H A D | inode.c | 1415 int cifs_get_inode_info(struct inode **inode, in cifs_get_inode_info() function 2070 rc = cifs_get_inode_info(&inode, full_path, NULL, parent->i_sb, 2753 rc = cifs_get_inode_info(&inode, full_path, NULL, sb,
|
H A D | file.c | 612 rc = cifs_get_inode_info(&inode, full_path, buf, inode->i_sb, in cifs_nt_open() 1303 rc = cifs_get_inode_info(&inode, full_path, NULL, in cifs_reopen_file()
|
H A D | smb2inode.c | 1306 rc = cifs_get_inode_info(&new, full_path, in smb2_get_reparse_inode()
|
H A D | smb2ops.c | 5219 rc = cifs_get_inode_info(&new, full_path, NULL, in cifs_sfu_make_node()
|