Home
last modified time | relevance | path

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

/fs/nfs/
Dexport.c67 struct nfs4_label *label = NULL; in nfs_fh_to_dentry() local
133 struct nfs4_label *label = NULL; in nfs_get_parent() local
Dinode.c343 struct nfs4_label *label) in nfs_setsecurity()
365 struct nfs4_label *label = NULL; in nfs4_label_alloc() local
390 struct nfs4_label *label) in nfs_setsecurity()
423 …fhget(struct super_block *sb, struct nfs_fh *fh, struct nfs_fattr *fattr, struct nfs4_label *label) in nfs_fhget()
1119 struct nfs4_label *label = NULL; in __nfs_revalidate_inode() local
Dnfs4proc.c114 struct iattr *sattr, struct nfs4_label *label) in nfs4_label_init_security()
132 nfs4_label_release_security(struct nfs4_label *label) in nfs4_label_release_security()
137 static inline u32 *nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label) in nfs4_bitmask()
150 nfs4_label_release_security(struct nfs4_label *label) in nfs4_label_release_security()
153 nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label) in nfs4_bitmask()
1183 struct nfs4_label *label; member
1277 struct nfs4_label *label = (c != NULL) ? c->label : NULL; in nfs4_opendata_alloc() local
2922 struct iattr *sattr, struct nfs4_label **label) in nfs4_exclusive_attrset()
3039 struct nfs4_label *label = c->label; in _nfs4_do_open() local
3138 struct nfs4_label *label, in nfs4_do_open()
[all …]
Dproc.c102 struct nfs_fattr *fattr, struct nfs4_label *label, in nfs_proc_getattr()
152 struct nfs4_label *label) in nfs_proc_lookup()
Ddir.c1135 struct nfs4_label *label; in nfs_lookup_revalidate_dentry() local
1384 struct nfs4_label *label = NULL; in nfs_lookup() local
1675 struct nfs4_label *label) in nfs_add_or_obtain()
1715 struct nfs4_label *label) in nfs_instantiate()
Dinternal.h314 static inline void nfs4_label_free(struct nfs4_label *label) in nfs4_label_free()
330 static inline void nfs4_label_free(void *label) {} in nfs4_label_free()
Dnfs3proc.c104 struct nfs_fattr *fattr, struct nfs4_label *label, in nfs3_proc_getattr()
154 struct nfs4_label *label) in nfs3_proc_lookup()
Dnfs4xdr.c1070 const struct nfs4_label *label, in encode_attrs()
4144 struct nfs4_label *label) in decode_attr_security_label()
4544 struct nfs4_fs_locations *fs_loc, struct nfs4_label *label, in decode_getfattr_attrs()
4674 struct nfs4_label *label, const struct nfs_server *server) in decode_getfattr_generic()
4705 struct nfs4_label *label, const struct nfs_server *server) in decode_getfattr_label()
/fs/cifs/
Dsmb2transport.c233 static int generate_key(struct cifs_ses *ses, struct kvec label, in generate_key()
315 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.c28 cifs_dump_mem(char *label, void *data, int length) in cifs_dump_mem()
/fs/pstore/
Dram_core.c442 unsigned int memtype, char *label) in persistent_ram_iomap()
563 unsigned int memtype, u32 flags, char *label) in persistent_ram_new()
Dram.c576 char *label; in ramoops_init_przs() local
617 char *label; in ramoops_init_prz() local
/fs/ocfs2/
Docfs1_fs_compat.h85 /*30*/ __u8 label[OCFS1_MAX_VOL_LABEL_LEN]; member
/fs/xfs/
Dxfs_ioctl.c2020 char label[XFSLABEL_MAX + 1]; in xfs_ioc_getlabel() local
2043 char label[XFSLABEL_MAX + 1]; in xfs_ioc_setlabel() local
/fs/nfsd/
Dvfs.c502 struct xdr_netobj *label) in nfsd4_set_nfs4_label()
521 struct xdr_netobj *label) in nfsd4_set_nfs4_label()
Dnfs4proc.c55 nfsd4_security_inode_setsecctx(struct svc_fh *resfh, struct xdr_netobj *label, u32 *bmval) in nfsd4_security_inode_setsecctx()
77 nfsd4_security_inode_setsecctx(struct svc_fh *resfh, struct xdr_netobj *label, u32 *bmval) in nfsd4_security_inode_setsecctx()
Dnfs4xdr.c323 struct xdr_netobj *label, int *umask) in nfsd4_decode_fattr()
/fs/
Dreaddir.c31 #define unsafe_copy_dirent_name(_dst, _src, _len, label) do { \ argument
/fs/gfs2/
Dfile.c331 static int gfs2_getlabel(struct file *filp, char __user *label) in gfs2_getlabel()
/fs/btrfs/
Dsysfs.c477 char *label = fs_info->super_copy->label; in btrfs_label_show() local
Dioctl.c5175 char label[BTRFS_LABEL_SIZE]; in btrfs_ioctl_get_fslabel() local
5201 char label[BTRFS_LABEL_SIZE]; in btrfs_ioctl_set_fslabel() local
Dctree.h254 char label[BTRFS_LABEL_SIZE]; member
/fs/jfs/
Djfs_logmgr.h66 char label[16]; /* 16: journal label */ member
/fs/ext4/
Dnamei.c595 static void dx_show_index(char * label, struct dx_entry *entries) in dx_show_index()