Home
last modified time | relevance | path

Searched refs:nfs4_label (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/fs/nfs/
H A Dinternal.h352 extern struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags);
353 static inline struct nfs4_label *
354 nfs4_label_copy(struct nfs4_label *dst, struct nfs4_label *src) in nfs4_label_copy()
376 static inline struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags) { return … in nfs4_label_alloc()
380 static inline struct nfs4_label *
381 nfs4_label_copy(struct nfs4_label *dst, struct nfs4_label *src) in nfs4_label_copy()
H A Dnfs4proc.c113 static inline struct nfs4_label *
161 static inline struct nfs4_label *
1331 struct nfs4_label *label;
3321 struct nfs4_label *label, in nfs4_do_open()
3909 struct nfs4_label l, *label; in nfs4_atomic_open()
5193 struct nfs4_label *label) in _nfs4_proc_symlink()
5225 struct nfs4_label l, *label; in nfs4_proc_symlink()
5267 struct nfs4_label l, *label; in nfs4_proc_mkdir()
5388 struct nfs4_label l, *label; in nfs4_proc_mknod()
6362 struct nfs4_label *ilabel, in _nfs4_do_set_security_label()
[all …]
H A Dnfs4_fs.h239 struct nfs4_label *a_label;
H A Dinode.c378 struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags) in nfs4_label_alloc()
380 struct nfs4_label *label; in nfs4_label_alloc()
385 label = kzalloc(sizeof(struct nfs4_label), flags); in nfs4_label_alloc()
H A Dnfs4xdr.c1082 const struct nfs4_label *label, in encode_attrs()
4247 struct nfs4_label *label) in decode_attr_security_label()
/linux-6.15/include/linux/
H A Dnfs_xdr.h80 struct nfs4_label *label;
495 const struct nfs4_label *label;
824 const struct nfs4_label *label;
1065 const struct nfs4_label *label;
H A Dnfs4.h47 struct nfs4_label { struct
H A Dnfs_fs.h474 static inline void nfs4_label_free(struct nfs4_label *label) in nfs4_label_free()