Searched refs:nfs4_label_alloc (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/fs/nfs/ |
H A D | internal.h | 294 extern struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags); 326 static inline struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags) { return NULL; } nfs4_label_free() function
|
H A D | dir.c | 634 entry.label = nfs4_label_alloc(NFS_SERVER(inode), GFP_NOWAIT); nfs_readdir_xdr_to_array() 1170 label = nfs4_label_alloc(NFS_SERVER(inode), GFP_NOWAIT); nfs_lookup_revalidate() 1383 label = nfs4_label_alloc(NFS_SERVER(dir), GFP_NOWAIT); nfs_lookup()
|
H A D | inode.c | 312 struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags) nfs4_label_alloc() function 336 EXPORT_SYMBOL_GPL(nfs4_label_alloc); variable 968 label = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL); __nfs_revalidate_inode()
|
H A D | nfs4proc.c | 1088 p->f_label = nfs4_label_alloc(server, gfp_mask); nfs4_opendata_alloc() 1092 p->a_label = nfs4_label_alloc(server, gfp_mask); nfs4_opendata_alloc() 2529 olabel = nfs4_label_alloc(server, GFP_KERNEL); _nfs4_do_open() 3292 label = nfs4_label_alloc(server, GFP_KERNEL); nfs4_proc_get_root() 3451 label = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL); nfs4_proc_setattr() 3853 res.label = nfs4_label_alloc(server, GFP_KERNEL); _nfs4_proc_link() 3906 data->label = nfs4_label_alloc(server, GFP_KERNEL); nfs4_alloc_createdata() 5012 olabel = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL); nfs4_set_security_label()
|
Completed in 153 milliseconds