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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dvolume.h60 struct vfs_ops *vfs; /* pointer to vfs_master_funcs for chaining */
61 const struct vfs_ops *vfs_modules[4];
H A Dvfs.h98 struct vfs_ops { struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/vfs/
H A Dvfs.c982 static struct vfs_ops vfs_master_funcs = {
1009 static struct vfs_ops netatalk_adouble = {
1024 static struct vfs_ops netatalk_adouble_osx = {
1040 static struct vfs_ops netatalk_adouble_sfm = {
1059 static struct vfs_ops netatalk_ea_adouble = {
1082 static struct vfs_ops netatalk_ea_sys = {
1110 static struct vfs_ops netatalk_solaris_acl_adouble = {
1129 static struct vfs_ops netatalk_posix_acl_adouble = {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Dvfs.h31 #ifdef vfs_ops
32 #undef vfs_ops macro
43 * vfs_ops below. JRA.
83 Available VFS operations. These values must be in sync with vfs_ops struct
84 (struct vfs_fn_pointers and struct vfs_handle_pointers inside of struct vfs_ops).
85 In particular, if new operations are added to vfs_ops, appropriate constants
86 should be added to vfs_op_type so that order of them kept same as in vfs_ops.
201 struct vfs_ops { struct
420 These values are used by VFS subsystem when building vfs_ops for connection
454 VFS subsystem initializes then the conn->vfs_ops an
[all...]
H A Dsmb.h540 struct vfs_ops vfs; /* Filesystem operations */
541 struct vfs_ops vfs_opaque; /* OPAQUE Filesystem operations */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dvfs.c49 static struct vfs_ops default_vfs = {
270 memcpy(&handle->vfs_next, &conn->vfs, sizeof(struct vfs_ops));

Completed in 510 milliseconds