Searched refs:export_op_default (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/exportfs/
H A Dexpfs.c7 struct export_operations export_op_default; variable in typeref:struct:export_operations
9 #define CALL(ops,fun) ((ops->fun)?(ops->fun):export_op_default.fun)
520 struct export_operations export_op_default = { variable in typeref:struct:export_operations
529 EXPORT_SYMBOL(export_op_default); variable
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/nfsd/
H A Dnfsfh.c30 extern struct export_operations export_op_default;
32 #define CALL(ops,fun) ((ops->fun)?(ops->fun):export_op_default.fun)

Completed in 92 milliseconds