Home
last modified time | relevance | path

Searched refs:fs_path (Results 1 – 3 of 3) sorted by relevance

/linux/fs/nfs/
H A Dnfs4namespace.c134 char *fs_path; in nfs4_validate_fspath() local
149 fs_path = nfs4_pathname_string(&locations->fs_path, &len); in nfs4_validate_fspath()
150 if (IS_ERR(fs_path)) { in nfs4_validate_fspath()
152 return PTR_ERR(fs_path); in nfs4_validate_fspath()
155 n = strncmp(path, fs_path, len); in nfs4_validate_fspath()
157 kfree(fs_path); in nfs4_validate_fspath()
438 fs_locations->fs_path.ncomponents <= 0) in nfs_do_refmount()
H A Dnfs4proc.c4123 if (!_is_same_nfs4_pathname(&locations->fs_path, in _nfs4_discover_trunking()
/linux/fs/btrfs/
H A Dsend.c63 struct fs_path { struct
73 sizeof_field(struct fs_path, inline_buf)
310 struct fs_path cur_inode_path;
430 static void fs_path_reset(struct fs_path *p) in fs_path_reset()
441 static void init_path(struct fs_path *p) in init_path()
449 static struct fs_path *fs_path_alloc(void) in fs_path_alloc()
451 struct fs_path *p; in fs_path_alloc()
460 static struct fs_path *fs_path_alloc_reversed(void) in fs_path_alloc_reversed()
462 struct fs_path *p; in fs_path_alloc_reversed()
472 static void fs_path_free(struct fs_path *p) in fs_path_free()
[all …]