Searched refs:nfs4_label (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/fs/nfs/ |
D | internal.h | 294 extern struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags); 295 static inline struct nfs4_label * 296 nfs4_label_copy(struct nfs4_label *dst, struct nfs4_label *src) in nfs4_label_copy() 311 static inline void nfs4_label_free(struct nfs4_label *label) in nfs4_label_free() 326 static inline struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags) { return … in nfs4_label_alloc() 331 static inline struct nfs4_label * 332 nfs4_label_copy(struct nfs4_label *dst, struct nfs4_label *src) in nfs4_label_copy()
|
D | nfs4proc.c | 82 …4_proc_getattr(struct nfs_server *, struct nfs_fh *, struct nfs_fattr *, struct nfs4_label *label); 83 …uct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr, struct nfs4_label *label); 86 struct nfs4_state *state, struct nfs4_label *ilabel, 87 struct nfs4_label *olabel); 96 static inline struct nfs4_label * 98 struct iattr *sattr, struct nfs4_label *label) in nfs4_label_init_security() 116 nfs4_label_release_security(struct nfs4_label *label) in nfs4_label_release_security() 121 static inline u32 *nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label) in nfs4_bitmask() 129 static inline struct nfs4_label * 131 struct iattr *sattr, struct nfs4_label *l) in nfs4_label_init_security() [all …]
|
D | inode.c | 292 struct nfs4_label *label) in nfs_setsecurity() 312 struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags) in nfs4_label_alloc() 314 struct nfs4_label *label = NULL; in nfs4_label_alloc() 323 label = kzalloc(sizeof(struct nfs4_label), flags); in nfs4_label_alloc() 339 struct nfs4_label *label) in nfs_setsecurity() 350 nfs_fhget(struct super_block *sb, struct nfs_fh *fh, struct nfs_fattr *fattr, struct nfs4_label *la… in nfs_fhget() 947 struct nfs4_label *label = NULL; in __nfs_revalidate_inode()
|
D | proc.c | 101 struct nfs_fattr *fattr, struct nfs4_label *label) in nfs_proc_getattr() 150 struct nfs4_label *label) in nfs_proc_lookup()
|
D | nfs3proc.c | 103 struct nfs_fattr *fattr, struct nfs4_label *label) in nfs3_proc_getattr() 149 struct nfs4_label *label) in nfs3_proc_lookup()
|
D | dir.c | 1111 struct nfs4_label *label = NULL; in nfs_lookup_revalidate() 1357 struct nfs4_label *label = NULL; in nfs_lookup() 1635 struct nfs4_label *label) in nfs_instantiate()
|
D | nfs4xdr.c | 1004 const struct nfs4_label *label, in encode_attrs() 4133 struct nfs4_label *label) in decode_attr_security_label() 4532 struct nfs4_fs_locations *fs_loc, struct nfs4_label *label, in decode_getfattr_attrs() 4662 struct nfs4_label *label, const struct nfs_server *server) in decode_getfattr_generic() 4693 struct nfs4_label *label, const struct nfs_server *server) in decode_getfattr_label()
|
/linux-4.4.14/include/linux/ |
D | nfs_xdr.h | 415 const struct nfs4_label *label; 425 struct nfs4_label *f_label; 669 struct nfs4_label *label; 702 const struct nfs4_label *label; 736 struct nfs4_label *label; 934 const struct nfs4_label *label; 942 struct nfs4_label *label; 967 struct nfs4_label *label; 982 struct nfs4_label *label; 1000 struct nfs4_label *label; [all …]
|
D | nfs_fs.h | 346 struct nfs_fattr *, struct nfs4_label *); 366 struct nfs4_label *label); 469 struct nfs_fattr *fattr, struct nfs4_label *label);
|
D | nfs4.h | 44 struct nfs4_label { struct
|