Searched refs:nfs4_label (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/fs/nfs/ |
A D | internal.h | 338 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()
|
A D | nfs4proc.c | 113 static inline struct nfs4_label * 152 static inline struct nfs4_label * 1265 struct nfs4_label *label; 3219 struct nfs4_label *label, in nfs4_do_open() 3803 struct nfs4_label l, *label; in nfs4_atomic_open() 5011 struct nfs4_label *label) in _nfs4_proc_symlink() 5042 struct nfs4_label l, *label; in nfs4_proc_symlink() 5083 struct nfs4_label l, *label; in nfs4_proc_mkdir() 5202 struct nfs4_label l, *label; in nfs4_proc_mknod() 6172 struct nfs4_label *ilabel, in _nfs4_do_set_security_label() [all …]
|
A D | nfs4_fs.h | 238 struct nfs4_label *a_label;
|
A D | inode.c | 371 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()
|
A D | nfs4xdr.c | 1082 const struct nfs4_label *label, in encode_attrs() 4211 struct nfs4_label *label) in decode_attr_security_label()
|
/linux-6.3-rc2/include/linux/ |
A D | nfs_xdr.h | 80 struct nfs4_label *label; 479 const struct nfs4_label *label; 800 const struct nfs4_label *label; 1041 const struct nfs4_label *label;
|
A D | nfs4.h | 46 struct nfs4_label { struct
|
A D | nfs_fs.h | 428 static inline void nfs4_label_free(struct nfs4_label *label) in nfs4_label_free()
|
Completed in 60 milliseconds