Home
last modified time | relevance | path

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

/linux-6.1.9/fs/nfs/
Dinternal.h338 extern struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags);
339 static inline struct nfs4_label *
340 nfs4_label_copy(struct nfs4_label *dst, struct nfs4_label *src) in nfs4_label_copy()
362 static inline struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags) { return … in nfs4_label_alloc()
366 static inline struct nfs4_label *
367 nfs4_label_copy(struct nfs4_label *dst, struct nfs4_label *src) in nfs4_label_copy()
Dnfs4proc.c100 struct nfs_open_context *ctx, struct nfs4_label *ilabel);
113 static inline struct nfs4_label *
115 struct iattr *sattr, struct nfs4_label *label) in nfs4_label_init_security()
139 nfs4_label_release_security(struct nfs4_label *label) in nfs4_label_release_security()
144 static inline u32 *nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label) in nfs4_bitmask()
152 static inline struct nfs4_label *
154 struct iattr *sattr, struct nfs4_label *l) in nfs4_label_init_security()
157 nfs4_label_release_security(struct nfs4_label *label) in nfs4_label_release_security()
160 nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label) in nfs4_bitmask()
1265 struct nfs4_label *label;
[all …]
Dnfs4_fs.h236 struct nfs4_label *a_label;
Dinode.c371 struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags) in nfs4_label_alloc()
373 struct nfs4_label *label; in nfs4_label_alloc()
378 label = kzalloc(sizeof(struct nfs4_label), flags); in nfs4_label_alloc()
Dnfs4xdr.c1082 const struct nfs4_label *label, in encode_attrs()
4211 struct nfs4_label *label) in decode_attr_security_label()
/linux-6.1.9/include/linux/
Dnfs_xdr.h80 struct nfs4_label *label;
479 const struct nfs4_label *label;
800 const struct nfs4_label *label;
1041 const struct nfs4_label *label;
Dnfs4.h46 struct nfs4_label { struct
Dnfs_fs.h427 static inline void nfs4_label_free(struct nfs4_label *label) in nfs4_label_free()