Searched refs:cifs_get_inode_info (Results 1 – 7 of 7) sorted by relevance
/openbmc/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 | link.c | 629 rc = cifs_get_inode_info(&newinode, full_path, NULL,
|
H A D | inode.c | 1237 int cifs_get_inode_info(struct inode **inode, in cifs_get_inode_info() function 1891 rc = cifs_get_inode_info(&inode, full_path, NULL, parent->i_sb, 2581 rc = cifs_get_inode_info(&inode, full_path, NULL, sb,
|
H A D | cifsproto.h | 210 int cifs_get_inode_info(struct inode **inode, const char *full_path,
|
H A D | smb2inode.c | 1246 rc = cifs_get_inode_info(&new, full_path, in smb2_get_reparse_inode()
|
H A D | file.c | 425 rc = cifs_get_inode_info(&inode, full_path, buf, inode->i_sb, in cifs_nt_open() 1112 rc = cifs_get_inode_info(&inode, full_path, NULL, in cifs_reopen_file()
|
H A D | smb2ops.c | 5086 rc = cifs_get_inode_info(&new, full_path, NULL, in cifs_sfu_make_node()
|