Searched refs:nfs4_label (Results 1 – 12 of 12) sorted by relevance
/linux-4.19.296/fs/nfs/ |
D | internal.h | 302 extern struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags); 303 static inline struct nfs4_label * 304 nfs4_label_copy(struct nfs4_label *dst, struct nfs4_label *src) in nfs4_label_copy() 319 static inline void nfs4_label_free(struct nfs4_label *label) in nfs4_label_free() 334 static inline struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags) { return … in nfs4_label_alloc() 339 static inline struct nfs4_label * 340 nfs4_label_copy(struct nfs4_label *dst, struct nfs4_label *src) in nfs4_label_copy()
|
D | export.c | 67 struct nfs4_label *label = NULL; in nfs_fh_to_dentry() 133 struct nfs4_label *label = NULL; in nfs_get_parent()
|
D | nfs4proc.c | 94 …tattr(struct nfs_server *, struct nfs_fh *, struct nfs_fattr *, struct nfs4_label *label, struct i… 95 …erver *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr, struct nfs4_label *label, struct i… 98 struct nfs_open_context *ctx, struct nfs4_label *ilabel, 99 struct nfs4_label *olabel); 112 static inline struct nfs4_label * 114 struct iattr *sattr, struct nfs4_label *label) in nfs4_label_init_security() 132 nfs4_label_release_security(struct nfs4_label *label) in nfs4_label_release_security() 137 static inline u32 *nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label) in nfs4_bitmask() 145 static inline struct nfs4_label * 147 struct iattr *sattr, struct nfs4_label *l) in nfs4_label_init_security() [all …]
|
D | inode.c | 340 struct nfs4_label *label) in nfs_setsecurity() 360 struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags) in nfs4_label_alloc() 362 struct nfs4_label *label = NULL; in nfs4_label_alloc() 371 label = kzalloc(sizeof(struct nfs4_label), flags); in nfs4_label_alloc() 387 struct nfs4_label *label) in nfs_setsecurity() 420 nfs_fhget(struct super_block *sb, struct nfs_fh *fh, struct nfs_fattr *fattr, struct nfs4_label *la… in nfs_fhget() 1114 struct nfs4_label *label = NULL; in __nfs_revalidate_inode()
|
D | nfs4_fs.h | 229 struct nfs4_label *a_label; 231 struct nfs4_label *f_label;
|
D | proc.c | 102 struct nfs_fattr *fattr, struct nfs4_label *label, in nfs_proc_getattr() 152 struct nfs4_label *label) in nfs_proc_lookup()
|
D | nfs3proc.c | 104 struct nfs_fattr *fattr, struct nfs4_label *label, in nfs3_proc_getattr() 154 struct nfs4_label *label) in nfs3_proc_lookup()
|
D | dir.c | 1158 struct nfs4_label *label; in nfs_lookup_revalidate_dentry() 1407 struct nfs4_label *label = NULL; in nfs_lookup() 1718 struct nfs4_label *label) in nfs_instantiate()
|
D | nfs4xdr.c | 1067 const struct nfs4_label *label, in encode_attrs() 4253 struct nfs4_label *label) in decode_attr_security_label() 4681 struct nfs4_fs_locations *fs_loc, struct nfs4_label *label, in decode_getfattr_attrs() 4811 struct nfs4_label *label, const struct nfs_server *server) in decode_getfattr_generic() 4842 struct nfs4_label *label, const struct nfs_server *server) in decode_getfattr_label()
|
/linux-4.19.296/include/linux/ |
D | nfs_xdr.h | 437 const struct nfs4_label *label; 449 struct nfs4_label *f_label; 700 struct nfs4_label *label; 733 const struct nfs4_label *label; 767 struct nfs4_label *label; 965 const struct nfs4_label *label; 974 struct nfs4_label *label; 999 struct nfs4_label *label; 1014 struct nfs4_label *label; 1031 struct nfs4_label *label; [all …]
|
D | nfs_fs.h | 369 struct nfs_fattr *, struct nfs4_label *); 389 struct nfs4_label *label); 491 struct nfs_fattr *fattr, struct nfs4_label *label);
|
D | nfs4.h | 45 struct nfs4_label { struct
|