Searched refs:nfs4_label_alloc (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/fs/nfs/ |
D | export.c | 98 label = nfs4_label_alloc(NFS_SB(sb), GFP_KERNEL); in nfs_fh_to_dentry() 147 label = nfs4_label_alloc(server, GFP_KERNEL); in nfs_get_parent()
|
D | internal.h | 302 extern struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags); 334 static inline struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags) { return … in nfs4_label_alloc() function
|
D | inode.c | 360 struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags) in nfs4_label_alloc() function 384 EXPORT_SYMBOL_GPL(nfs4_label_alloc); 1142 label = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL); in __nfs_revalidate_inode()
|
D | dir.c | 639 entry.label = nfs4_label_alloc(NFS_SERVER(inode), GFP_NOWAIT); in nfs_readdir_xdr_to_array() 1164 label = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL); in nfs_lookup_revalidate_dentry() 1429 label = nfs4_label_alloc(NFS_SERVER(dir), GFP_NOWAIT); in nfs_lookup()
|
D | nfs4proc.c | 1231 p->f_label = nfs4_label_alloc(server, gfp_mask); in nfs4_opendata_alloc() 1235 p->a_label = nfs4_label_alloc(server, gfp_mask); in nfs4_opendata_alloc() 2985 olabel = nfs4_label_alloc(server, GFP_KERNEL); in _nfs4_do_open() 3854 label = nfs4_label_alloc(server, GFP_KERNEL); in nfs4_proc_get_root() 4013 label = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL); in nfs4_proc_setattr() 4511 res.label = nfs4_label_alloc(server, GFP_KERNEL); in _nfs4_proc_link() 4566 data->label = nfs4_label_alloc(server, GFP_KERNEL); in nfs4_alloc_createdata() 5740 olabel = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL); in nfs4_set_security_label()
|