Home
last modified time | relevance | path

Searched refs:ORANGEFS_FS_ID_NULL (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/orangefs/
Dprotocol.h133 #define ORANGEFS_FS_ID_NULL ((__s32)0) macro
Dsuper.c117 orangefs_inode->refn.fs_id = ORANGEFS_FS_ID_NULL; in orangefs_alloc_inode()
494 if (new_op->downcall.resp.fs_mount.fs_id == ORANGEFS_FS_ID_NULL) { in orangefs_mount()
Ddevorangefs-req.c202 if (fsid != ORANGEFS_FS_ID_NULL) { in orangefs_devreq_read()
Dorangefs-utils.c15 __s32 fsid = ORANGEFS_FS_ID_NULL; in fsid_of_op()