Home
last modified time | relevance | path

Searched refs:ORANGEFS_VFS_OP_READDIR (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/orangefs/
Dorangefs-dev-proto.h26 #define ORANGEFS_VFS_OP_READDIR 0xFF000007 macro
Dorangefs-cache.c63 else if (type == ORANGEFS_VFS_OP_READDIR) in get_opname_string()
Ddevorangefs-req.c449 if ((op->downcall.type != ORANGEFS_VFS_OP_READDIR) && in orangefs_devreq_write_iter()
458 if ((op->downcall.type == ORANGEFS_VFS_OP_READDIR) && in orangefs_devreq_write_iter()
466 if (op->downcall.type != ORANGEFS_VFS_OP_READDIR) in orangefs_devreq_write_iter()
Ddir.c167 op = op_alloc(ORANGEFS_VFS_OP_READDIR); in orangefs_dir_more()
Dorangefs-utils.c37 case ORANGEFS_VFS_OP_READDIR: in fsid_of_op()