Lines Matching refs:full_path
943 struct cifs_sb_info *cifs_sb, const char *full_path) in smb2_is_path_accessible() argument
955 rc = open_cached_dir(xid, tcon, full_path, cifs_sb, true, &cfid); in smb2_is_path_accessible()
964 utf16_path = cifs_convert_path_to_utf16(full_path, cifs_sb); in smb2_is_path_accessible()
970 .path = full_path, in smb2_is_path_accessible()
987 full_path, &islink); in smb2_is_path_accessible()
1010 struct cifs_sb_info *cifs_sb, const char *full_path, in smb2_get_srv_inum() argument
5109 const char *full_path, umode_t mode, dev_t dev, in __cifs_sfu_make_node() argument
5179 oparms = CIFS_OPARMS(cifs_sb, tcon, full_path, GENERIC_WRITE, in __cifs_sfu_make_node()
5222 server->ops->unlink(xid, tcon, full_path, cifs_sb, NULL); in __cifs_sfu_make_node()
5231 const char *full_path, umode_t mode, dev_t dev) in cifs_sfu_make_node() argument
5237 full_path, mode, dev, NULL); in cifs_sfu_make_node()
5242 rc = smb311_posix_get_inode_info(&new, full_path, NULL, in cifs_sfu_make_node()
5245 rc = cifs_get_inode_info_unix(&new, full_path, in cifs_sfu_make_node()
5248 rc = cifs_get_inode_info(&new, full_path, NULL, in cifs_sfu_make_node()
5258 const char *full_path, umode_t mode, dev_t dev) in smb2_make_node() argument
5271 full_path, mode, dev); in smb2_make_node()
5274 full_path, mode, dev); in smb2_make_node()