Searched refs:fs_path (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/nfs/ |
| A D | nfs4namespace.c | 134 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()
|
| A D | nfs4xdr.c | 3780 status = decode_pathname(xdr, &res->fs_path); in decode_attr_fs_locations()
|
| A D | nfs4proc.c | 4166 if (!_is_same_nfs4_pathname(&locations->fs_path, in _nfs4_discover_trunking()
|
| /linux/fs/btrfs/ |
| A D | send.c | 51 struct fs_path { struct 71 (sizeof(struct fs_path) - offsetof(struct fs_path, inline_buf)) argument 441 struct fs_path *p; in fs_path_alloc() 574 static int fs_path_add_path(struct fs_path *p, struct fs_path *p2) in fs_path_add_path() 605 static int fs_path_copy(struct fs_path *p, struct fs_path *from) in fs_path_copy() 820 struct fs_path *from, struct fs_path *to) in send_rename() 845 struct fs_path *path, struct fs_path *lnk) in send_link() 3862 struct fs_path *fs_path) in check_ino_in_path() argument 3894 struct fs_path *fs_path) in is_ancestor() argument 3902 if (!fs_path) { in is_ancestor() [all …]
|
| /linux/include/linux/ |
| A D | nfs_xdr.h | 1260 struct nfs4_pathname fs_path; member
|
Completed in 66 milliseconds