Home
last modified time | relevance | path

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

/fs/nfs/
Dexport.c72 struct nfs4_label *label = NULL; in nfs_fh_to_dentry() local
138 struct nfs4_label *label = NULL; in nfs_get_parent() local
Dnfs4proc.c112 struct iattr *sattr, struct nfs4_label *label) in nfs4_label_init_security()
130 nfs4_label_release_security(struct nfs4_label *label) in nfs4_label_release_security()
135 static inline u32 *nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label) in nfs4_bitmask()
148 nfs4_label_release_security(struct nfs4_label *label) in nfs4_label_release_security()
151 nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label) in nfs4_bitmask()
1103 struct nfs4_label *label; member
1185 struct nfs4_label *label = (c != NULL) ? c->label : NULL; in nfs4_opendata_alloc() local
2681 struct iattr *sattr, struct nfs4_label **label) in nfs4_exclusive_attrset()
2781 struct nfs4_label *label = c->label; in _nfs4_do_open() local
2876 struct nfs4_label *label, in nfs4_do_open()
[all …]
Dinode.c336 struct nfs4_label *label) in nfs_setsecurity()
358 struct nfs4_label *label = NULL; in nfs4_label_alloc() local
383 struct nfs4_label *label) in nfs_setsecurity()
416 …fhget(struct super_block *sb, struct nfs_fh *fh, struct nfs_fattr *fattr, struct nfs4_label *label) in nfs_fhget()
1047 struct nfs4_label *label = NULL; in __nfs_revalidate_inode() local
Dproc.c102 struct nfs_fattr *fattr, struct nfs4_label *label) in nfs_proc_getattr()
151 struct nfs4_label *label) in nfs_proc_lookup()
Dnfs3proc.c104 struct nfs_fattr *fattr, struct nfs4_label *label) in nfs3_proc_getattr()
150 struct nfs4_label *label) in nfs3_proc_lookup()
Dinternal.h319 static inline void nfs4_label_free(struct nfs4_label *label) in nfs4_label_free()
335 static inline void nfs4_label_free(void *label) {} in nfs4_label_free()
Ddir.c1143 struct nfs4_label *label; in nfs_lookup_revalidate_dentry() local
1388 struct nfs4_label *label = NULL; in nfs_lookup() local
1679 struct nfs4_label *label) in nfs_instantiate()
Dnfs4xdr.c1016 const struct nfs4_label *label, in encode_attrs()
4233 struct nfs4_label *label) in decode_attr_security_label()
4650 struct nfs4_fs_locations *fs_loc, struct nfs4_label *label, in decode_getfattr_attrs()
4780 struct nfs4_label *label, const struct nfs_server *server) in decode_getfattr_generic()
4811 struct nfs4_label *label, const struct nfs_server *server) in decode_getfattr_label()
/fs/cifs/
Dsmb2transport.c214 static int generate_key(struct cifs_ses *ses, struct kvec label, in generate_key()
295 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.c529 struct xdr_netobj *label) in nfsd4_set_nfs4_label()
548 struct xdr_netobj *label) in nfsd4_set_nfs4_label()
Dnfs4proc.c54 nfsd4_security_inode_setsecctx(struct svc_fh *resfh, struct xdr_netobj *label, u32 *bmval) in nfsd4_security_inode_setsecctx()
76 nfsd4_security_inode_setsecctx(struct svc_fh *resfh, struct xdr_netobj *label, u32 *bmval) in nfsd4_security_inode_setsecctx()
Dnfs4xdr.c321 struct xdr_netobj *label, int *umask) in nfsd4_decode_fattr()
/fs/btrfs/
Dsysfs.c373 char *label = fs_info->super_copy->label; in btrfs_label_show() local
Dioctl.c5316 char label[BTRFS_LABEL_SIZE]; in btrfs_ioctl_get_fslabel() local
5342 char label[BTRFS_LABEL_SIZE]; in btrfs_ioctl_set_fslabel() local
Dctree.h241 char label[BTRFS_LABEL_SIZE]; member
/fs/jfs/
Djfs_logmgr.h77 char label[16]; /* 16: journal label */ member
/fs/ext4/
Dnamei.c592 static void dx_show_index(char * label, struct dx_entry *entries) in dx_show_index()