Searched refs:cifs_get_inode_info (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | dir.c | 415 rc = cifs_get_inode_info(&newinode, full_path, buf, inode->i_sb, in cifs_do_create() 710 rc = cifs_get_inode_info(&newInode, full_path, NULL, in cifs_lookup()
|
| H A D | inode.c | 917 cifs_get_inode_info(struct inode **inode, function 1371 rc = cifs_get_inode_info(&inode, path, NULL, sb, xid, NULL); 1733 rc = cifs_get_inode_info(&inode, full_path, NULL, parent->i_sb, 2331 rc = cifs_get_inode_info(&inode, full_path, NULL, sb,
|
| H A D | link.c | 713 rc = cifs_get_inode_info(&newinode, full_path, NULL, in cifs_symlink()
|
| H A D | cifsproto.h | 199 extern int cifs_get_inode_info(struct inode **inode, const char *full_path,
|
| H A D | file.c | 252 rc = cifs_get_inode_info(&inode, full_path, buf, inode->i_sb, in cifs_nt_open() 811 rc = cifs_get_inode_info(&inode, full_path, NULL, in cifs_reopen_file()
|