Searched refs:nfs4_label_alloc (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | export.c | 98 label = nfs4_label_alloc(NFS_SB(sb), GFP_KERNEL); in nfs_fh_to_dentry() 148 label = nfs4_label_alloc(server, GFP_KERNEL); in nfs_get_parent()
|
H A D | getroot.c | 87 fsinfo.fattr->label = nfs4_label_alloc(server, GFP_KERNEL); in nfs_get_root()
|
H A D | internal.h | 340 extern struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags); 372 static inline struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags) { return NULL; } in nfs4_label_alloc() function
|
H A D | inode.c | 389 struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags) in nfs4_label_alloc() function 413 EXPORT_SYMBOL_GPL(nfs4_label_alloc); variable 1179 label = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL); in __nfs_revalidate_inode()
|
H A D | dir.c | 666 entry.label = nfs4_label_alloc(NFS_SERVER(inode), GFP_NOWAIT); in nfs_readdir_xdr_to_array() 1298 label = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL); in nfs_lookup_revalidate_dentry() 1579 label = nfs4_label_alloc(NFS_SERVER(dir), GFP_NOWAIT); in nfs_lookup()
|
H A D | nfs4proc.c | 1353 p->f_label = nfs4_label_alloc(server, gfp_mask); in nfs4_opendata_alloc() 1357 p->a_label = nfs4_label_alloc(server, gfp_mask); in nfs4_opendata_alloc() 3153 olabel = nfs4_label_alloc(server, GFP_KERNEL); in _nfs4_do_open() 4269 label = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL); in nfs4_proc_setattr() 4790 res.label = nfs4_label_alloc(server, GFP_KERNEL); in _nfs4_proc_link() 4848 data->label = nfs4_label_alloc(server, GFP_KERNEL); in nfs4_alloc_createdata() 6114 olabel = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL); in nfs4_set_security_label()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | internal.h | 342 extern struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags); 366 static inline struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags) { return NULL; } in nfs4_label_alloc() function
|
H A D | inode.c | 372 struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags) in nfs4_label_alloc() function 392 EXPORT_SYMBOL_GPL(nfs4_label_alloc); variable 1607 fattr->label = nfs4_label_alloc(server, GFP_KERNEL); in nfs_alloc_fattr_with_label()
|
H A D | nfs4proc.c | 1368 p->f_attr.label = nfs4_label_alloc(server, gfp_mask); in nfs4_opendata_alloc() 1372 p->a_label = nfs4_label_alloc(server, gfp_mask); in nfs4_opendata_alloc() 4966 data->fattr.label = nfs4_label_alloc(server, GFP_KERNEL); in nfs4_alloc_createdata()
|
Completed in 39 milliseconds