Home
last modified time | relevance | path

Searched refs:vfs_memctx_fsp_extension (Results 1 – 2 of 2) sorted by relevance

/dports/net/samba412/samba-4.12.15/source3/include/
H A Dvfs.h1158 vfs_memctx_fsp_extension(handle, (fsp))
1639 void *vfs_memctx_fsp_extension(vfs_handle_struct *handle, files_struct *fsp);
/dports/net/samba412/samba-4.12.15/source3/smbd/
H A Dvfs.c294 void *vfs_memctx_fsp_extension(vfs_handle_struct *handle, files_struct *fsp) in vfs_memctx_fsp_extension() function
311 head = (struct vfs_fsp_data *)vfs_memctx_fsp_extension(handle, fsp); in vfs_fetch_fsp_extension()