Searched refs:vfs_ops (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dvolume.h59 struct vfs_ops *vfs; /* pointer to vfs_master_funcs for chaining */
60 const struct vfs_ops *vfs_modules[4];
H A Dvfs.h98 struct vfs_ops { struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/libatalk/vfs/
H A Dvfs.c992 static struct vfs_ops vfs_master_funcs = {
1019 static struct vfs_ops netatalk_adouble = {
1034 static struct vfs_ops netatalk_adouble_osx = {
1050 static struct vfs_ops netatalk_adouble_sfm = {
1069 static struct vfs_ops netatalk_ea_adouble = {
1092 static struct vfs_ops netatalk_ea_sys = {
1120 static struct vfs_ops netatalk_solaris_acl_adouble = {
1139 static struct vfs_ops netatalk_posix_acl_adouble = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dvfs.h31 #ifdef vfs_ops
32 #undef vfs_ops macro
43 * vfs_ops below. JRA.
98 Available VFS operations. These values must be in sync with vfs_ops struct
99 (struct vfs_fn_pointers and struct vfs_handle_pointers inside of struct vfs_ops).
100 In particular, if new operations are added to vfs_ops, appropriate constants
101 should be added to vfs_op_type so that order of them kept same as in vfs_ops.
230 struct vfs_ops { struct
490 These values are used by VFS subsystem when building vfs_ops for connection
524 VFS subsystem initializes then the conn->vfs_ops an
[all...]
H A Dsmb.h690 struct vfs_ops vfs; /* Filesystem operations */
691 struct vfs_ops vfs_opaque; /* OPAQUE Filesystem operations */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dvfs.c103 static inline void vfs_set_operation(struct vfs_ops * vfs, vfs_op_type which,
166 memcpy(&handle->vfs_next, &conn->vfs, sizeof(struct vfs_ops));

Completed in 397 milliseconds