Symbol: nfs4_label
fs/nfs/inode.c
358
struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags)
fs/nfs/inode.c
360
struct nfs4_label *label;
fs/nfs/inode.c
365
label = kzalloc_obj(struct nfs4_label, flags);
fs/nfs/internal.h
348
extern struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags);
fs/nfs/internal.h
349
static inline struct nfs4_label *
fs/nfs/internal.h
350
nfs4_label_copy(struct nfs4_label *dst, struct nfs4_label *src)
fs/nfs/internal.h
372
static inline struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags) { return NULL; }
fs/nfs/internal.h
376
static inline struct nfs4_label *
fs/nfs/internal.h
377
nfs4_label_copy(struct nfs4_label *dst, struct nfs4_label *src)
fs/nfs/nfs4_fs.h
243
struct nfs4_label *a_label;
fs/nfs/nfs4proc.c
101
struct nfs_open_context *ctx, struct nfs4_label *ilabel);
fs/nfs/nfs4proc.c
112
static inline struct nfs4_label *
fs/nfs/nfs4proc.c
114
struct iattr *sattr, struct nfs4_label *label)
fs/nfs/nfs4proc.c
1262
struct nfs4_label *label;
fs/nfs/nfs4proc.c
1370
struct nfs4_label *label = (c != NULL) ? c->label : NULL;
fs/nfs/nfs4proc.c
141
nfs4_label_release_security(struct nfs4_label *label)
fs/nfs/nfs4proc.c
152
static inline u32 *nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label)
fs/nfs/nfs4proc.c
160
static inline struct nfs4_label *
fs/nfs/nfs4proc.c
162
struct iattr *sattr, struct nfs4_label *l)
fs/nfs/nfs4proc.c
165
nfs4_label_release_security(struct nfs4_label *label)
fs/nfs/nfs4proc.c
168
nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label)
fs/nfs/nfs4proc.c
3021
struct iattr *sattr, struct nfs4_label **label)
fs/nfs/nfs4proc.c
3152
struct nfs4_label *label = c->label;
fs/nfs/nfs4proc.c
3238
struct nfs4_label *label,
fs/nfs/nfs4proc.c
3369
struct nfs_open_context *ctx, struct nfs4_label *ilabel)
fs/nfs/nfs4proc.c
3831
struct nfs4_label l, *label;
fs/nfs/nfs4proc.c
4867
struct nfs4_label l, *ilabel;
fs/nfs/nfs4proc.c
5221
struct nfs4_label *label)
fs/nfs/nfs4proc.c
5253
struct nfs4_label l, *label;
fs/nfs/nfs4proc.c
5271
struct nfs4_label *label, int *statusp)
fs/nfs/nfs4proc.c
5296
struct nfs4_label l, *label;
fs/nfs/nfs4proc.c
5376
struct iattr *sattr, struct nfs4_label *label, dev_t rdev)
fs/nfs/nfs4proc.c
5417
struct nfs4_label l, *label;
fs/nfs/nfs4proc.c
6261
struct nfs4_label label = {0, 0, 0, buflen, buf};
fs/nfs/nfs4proc.c
6313
struct nfs4_label *ilabel,
fs/nfs/nfs4proc.c
6348
struct nfs4_label *ilabel,
fs/nfs/nfs4proc.c
6366
struct nfs4_label ilabel = {0, 0, 0, buflen, (char *)buf };
fs/nfs/nfs4xdr.c
1085
const struct nfs4_label *label,
fs/nfs/nfs4xdr.c
4276
struct nfs4_label *label)
include/linux/nfs_fs.h
468
static inline void nfs4_label_free(struct nfs4_label *label)
include/linux/nfs_xdr.h
1070
const struct nfs4_label *label;
include/linux/nfs_xdr.h
501
const struct nfs4_label *label;
include/linux/nfs_xdr.h
81
struct nfs4_label *label;
include/linux/nfs_xdr.h
829
const struct nfs4_label *label;