Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/nfs/
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()
434 fs_locations->fs_path.ncomponents <= 0) in nfs_do_refmount()
Dnfs4xdr.c3676 status = decode_pathname(xdr, &res->fs_path); in decode_attr_fs_locations()
/kernel/linux/linux-5.10/fs/btrfs/
Dsend.c43 struct fs_path { struct
63 (sizeof(struct fs_path) - offsetof(struct fs_path, inline_buf)) argument
329 static void fs_path_reset(struct fs_path *p) in fs_path_reset()
342 static struct fs_path *fs_path_alloc(void) in fs_path_alloc()
344 struct fs_path *p; in fs_path_alloc()
356 static struct fs_path *fs_path_alloc_reversed(void) in fs_path_alloc_reversed()
358 struct fs_path *p; in fs_path_alloc_reversed()
368 static void fs_path_free(struct fs_path *p) in fs_path_free()
377 static int fs_path_len(struct fs_path *p) in fs_path_len()
382 static int fs_path_ensure_buf(struct fs_path *p, int len) in fs_path_ensure_buf()
[all …]
/kernel/linux/linux-5.10/include/linux/
Dnfs_xdr.h1207 struct nfs4_pathname fs_path; member