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()
1122 struct nfs4_label *label = NULL; in __nfs_revalidate_inode() local
Dnfs4proc.c114 struct iattr *sattr, struct nfs4_label *label) in nfs4_label_init_security()
137 nfs4_label_release_security(struct nfs4_label *label) in nfs4_label_release_security()
142 static inline u32 *nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label) in nfs4_bitmask()
155 nfs4_label_release_security(struct nfs4_label *label) in nfs4_label_release_security()
158 nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label) in nfs4_bitmask()
1217 struct nfs4_label *label; member
1311 struct nfs4_label *label = (c != NULL) ? c->label : NULL; in nfs4_opendata_alloc() local
2947 struct iattr *sattr, struct nfs4_label **label) in nfs4_exclusive_attrset()
3083 struct nfs4_label *label = c->label; in _nfs4_do_open() local
3182 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.c1163 struct nfs4_label *label; in nfs_lookup_revalidate_dentry() local
1419 struct nfs4_label *label = NULL; in nfs_lookup() local
1728 struct nfs4_label *label) in nfs_add_or_obtain()
1767 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()
4146 struct nfs4_label *label) in decode_attr_security_label()
4552 struct nfs4_fs_locations *fs_loc, struct nfs4_label *label, in decode_getfattr_attrs()
4682 struct nfs4_label *label, const struct nfs_server *server) in decode_getfattr_generic()
4713 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.c446 unsigned int memtype, char *label) in persistent_ram_iomap()
567 unsigned int memtype, u32 flags, char *label) in persistent_ram_new()
Dram.c577 char *label; in ramoops_init_przs() local
618 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.c2098 char label[XFSLABEL_MAX + 1]; in xfs_ioc_getlabel() local
2121 char label[XFSLABEL_MAX + 1]; in xfs_ioc_setlabel() local
/fs/nfsd/
Dvfs.c508 struct xdr_netobj *label) in nfsd4_set_nfs4_label()
527 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.c5286 char label[BTRFS_LABEL_SIZE]; in btrfs_ioctl_get_fslabel() local
5312 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.c617 static void dx_show_index(char * label, struct dx_entry *entries) in dx_show_index()