Home
last modified time | relevance | path

Searched refs:chdir_fn (Results 1 – 18 of 18) sorted by relevance

/dports/net/samba412/samba-4.12.15/source3/modules/
H A Dvfs_error_inject.c126 .chdir_fn = vfs_error_inject_chdir,
H A Dvfs_not_implemented.c1102 .chdir_fn = vfs_not_implemented_chdir,
H A Dvfs_cap.c1059 .chdir_fn = cap_chdir,
H A Dvfs_ceph_snapshots.c1612 .chdir_fn = ceph_snap_gmt_chdir,
H A Dvfs_unityed_media.c1891 .chdir_fn = um_chdir,
H A Dvfs_ceph.c1481 .chdir_fn = cephwrap_chdir,
H A Dvfs_media_harmony.c2276 .chdir_fn = mh_chdir,
H A Dvfs_glusterfs.c2198 .chdir_fn = vfs_gluster_chdir,
H A Dvfs_catia.c2476 .chdir_fn = catia_chdir,
H A Dvfs_snapper.c2894 .chdir_fn = snapper_gmt_chdir,
H A Dvfs_full_audit.c3025 .chdir_fn = smb_full_audit_chdir,
H A Dvfs_shadow_copy2.c3291 .chdir_fn = shadow_copy2_chdir,
H A Dvfs_time_audit.c2898 .chdir_fn = smb_time_audit_chdir,
H A Dvfs_default.c3699 .chdir_fn = vfswrap_chdir,
/dports/net/samba412/samba-4.12.15/examples/VFS/
H A Dskel_opaque.c1097 .chdir_fn = skel_chdir,
H A Dskel_transparent.c1404 .chdir_fn = skel_chdir,
/dports/net/samba412/samba-4.12.15/source3/include/
H A Dvfs.h817 int (*chdir_fn)(struct vfs_handle_struct *handle, member
/dports/net/samba412/samba-4.12.15/source3/smbd/
H A Dvfs.c2184 return handle->fns->chdir_fn(handle, smb_fname); in smb_vfs_call_chdir()