Home
last modified time | relevance | path

Searched defs:label (Results 1 – 19 of 19) sorted by relevance

/fs/nfs/
Dinode.c299 struct nfs4_label *label) in nfs_setsecurity()
321 struct nfs4_label *label = NULL; in nfs4_label_alloc() local
346 struct nfs4_label *label) in nfs_setsecurity()
357 …fhget(struct super_block *sb, struct nfs_fh *fh, struct nfs_fattr *fattr, struct nfs4_label *label) in nfs_fhget()
962 struct nfs4_label *label = NULL; in __nfs_revalidate_inode() local
Dnfs4proc.c108 struct iattr *sattr, struct nfs4_label *label) in nfs4_label_init_security()
126 nfs4_label_release_security(struct nfs4_label *label) in nfs4_label_release_security()
131 static inline u32 *nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label) in nfs4_bitmask()
144 nfs4_label_release_security(struct nfs4_label *label) in nfs4_label_release_security()
147 nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label) in nfs4_bitmask()
1187 struct nfs4_label *label, in nfs4_opendata_alloc()
2661 struct iattr *sattr, struct nfs4_label **label) in nfs4_exclusive_attrset()
2746 struct nfs4_label *label, in _nfs4_do_open()
2852 struct nfs4_label *label, in nfs4_do_open()
3261 struct nfs4_label l = {0, 0, 0, NULL}, *label = NULL; in nfs4_atomic_open() local
[all …]
Dproc.c101 struct nfs_fattr *fattr, struct nfs4_label *label) in nfs_proc_getattr()
150 struct nfs4_label *label) in nfs_proc_lookup()
Dnfs3proc.c103 struct nfs_fattr *fattr, struct nfs4_label *label) in nfs3_proc_getattr()
149 struct nfs4_label *label) in nfs3_proc_lookup()
Dinternal.h315 static inline void nfs4_label_free(struct nfs4_label *label) in nfs4_label_free()
331 static inline void nfs4_label_free(void *label) {} in nfs4_label_free()
Ddir.c1132 struct nfs4_label *label = NULL; in nfs_lookup_revalidate() local
1381 struct nfs4_label *label = NULL; in nfs_lookup() local
1672 struct nfs4_label *label) in nfs_instantiate()
Dnfs4xdr.c1004 const struct nfs4_label *label, in encode_attrs()
4138 struct nfs4_label *label) in decode_attr_security_label()
4555 struct nfs4_fs_locations *fs_loc, struct nfs4_label *label, in decode_getfattr_attrs()
4685 struct nfs4_label *label, const struct nfs_server *server) in decode_getfattr_generic()
4716 struct nfs4_label *label, const struct nfs_server *server) in decode_getfattr_label()
/fs/cifs/
Dsmb2transport.c228 static int generate_key(struct cifs_ses *ses, struct kvec label, in generate_key()
309 struct kvec label; member
Dreaddir.c44 static void dump_cifs_file_struct(struct file *file, char *label) in dump_cifs_file_struct()
63 static inline void dump_cifs_file_struct(struct file *file, char *label) in dump_cifs_file_struct()
Dcifs_debug.c35 cifs_dump_mem(char *label, void *data, int length) in cifs_dump_mem()
/fs/ocfs2/
Docfs1_fs_compat.h98 /*30*/ __u8 label[OCFS1_MAX_VOL_LABEL_LEN]; member
/fs/nfsd/
Dvfs.c515 struct xdr_netobj *label) in nfsd4_set_nfs4_label()
534 struct xdr_netobj *label) in nfsd4_set_nfs4_label()
Dnfs4proc.c53 nfsd4_security_inode_setsecctx(struct svc_fh *resfh, struct xdr_netobj *label, u32 *bmval) in nfsd4_security_inode_setsecctx()
75 nfsd4_security_inode_setsecctx(struct svc_fh *resfh, struct xdr_netobj *label, u32 *bmval) in nfsd4_security_inode_setsecctx()
Dnfs4xdr.c288 struct xdr_netobj *label) in nfsd4_decode_fattr()
/fs/btrfs/
Dsysfs.c371 char *label = fs_info->super_copy->label; in btrfs_label_show() local
Dioctl.c5287 char label[BTRFS_LABEL_SIZE]; in btrfs_ioctl_get_fslabel() local
5310 char label[BTRFS_LABEL_SIZE]; in btrfs_ioctl_set_fslabel() local
Dctree.h235 char label[BTRFS_LABEL_SIZE]; member
/fs/jfs/
Djfs_logmgr.h77 char label[16]; /* 16: journal label */ member
/fs/ext4/
Dnamei.c577 static void dx_show_index(char * label, struct dx_entry *entries) in dx_show_index()