Searched refs:nfs4_label (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/include/linux/ |
D | nfs_xdr.h | 351 const struct nfs4_label *label; 361 struct nfs4_label *f_label; 605 struct nfs4_label *label; 638 const struct nfs4_label *label; 674 struct nfs4_label *label; 872 const struct nfs4_label *label; 880 struct nfs4_label *label; 905 struct nfs4_label *label; 920 struct nfs4_label *label; 938 struct nfs4_label *label; [all …]
|
D | nfs_fs.h | 342 struct nfs_fattr *, struct nfs4_label *); 363 struct nfs4_label *label); 465 struct nfs_fattr *fattr, struct nfs4_label *label);
|
D | nfs4.h | 44 struct nfs4_label { struct
|
/linux-4.1.27/fs/nfs/ |
D | nfs4proc.c | 83 …4_proc_getattr(struct nfs_server *, struct nfs_fh *, struct nfs_fattr *, struct nfs4_label *label); 84 …uct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr, struct nfs4_label *label); 87 struct nfs4_state *state, struct nfs4_label *ilabel, 88 struct nfs4_label *olabel); 97 static inline struct nfs4_label * 99 struct iattr *sattr, struct nfs4_label *label) in nfs4_label_init_security() 117 nfs4_label_release_security(struct nfs4_label *label) in nfs4_label_release_security() 122 static inline u32 *nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label) in nfs4_bitmask() 130 static inline struct nfs4_label * 132 struct iattr *sattr, struct nfs4_label *l) in nfs4_label_init_security() [all …]
|
D | internal.h | 298 extern struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags); 299 static inline void nfs4_label_free(struct nfs4_label *label) in nfs4_label_free() 314 static inline struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags) { return … in nfs4_label_alloc()
|
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() 933 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 | 1119 struct nfs4_label *label = NULL; in nfs_lookup_revalidate() 1365 struct nfs4_label *label = NULL; in nfs_lookup() 1646 struct nfs4_label *label) in nfs_instantiate()
|
D | nfs4xdr.c | 1001 const struct nfs4_label *label, in encode_attrs() 4102 struct nfs4_label *label) in decode_attr_security_label() 4493 struct nfs4_fs_locations *fs_loc, struct nfs4_label *label, in decode_getfattr_attrs() 4615 struct nfs4_label *label, const struct nfs_server *server) in decode_getfattr_generic() 4646 struct nfs4_label *label, const struct nfs_server *server) in decode_getfattr_label()
|