Searched refs:fs_id (Results 1 – 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/fs/orangefs/ |
D | super.c | 118 orangefs_inode->refn.fs_id = ORANGEFS_FS_ID_NULL; in orangefs_alloc_inode() 176 (int)(ORANGEFS_SB(sb)->fs_id)); in orangefs_statfs() 181 new_op->upcall.req.statfs.fs_id = ORANGEFS_SB(sb)->fs_id; in orangefs_statfs() 203 memcpy(&buf->f_fsid, &ORANGEFS_SB(sb)->fs_id, sizeof(buf->f_fsid)); in orangefs_statfs() 336 refn.fs_id = (u32) fid->raw[4]; in orangefs_fh_to_dentry() 340 refn.fs_id); in orangefs_fh_to_dentry() 363 fh[4] = refn.fs_id; in orangefs_encode_fh() 368 refn.fs_id); in orangefs_encode_fh() 374 fh[9] = refn.fs_id; in orangefs_encode_fh() 380 refn.fs_id); in orangefs_encode_fh() [all …]
|
D | orangefs-utils.c | 21 fsid = op->upcall.req.io.refn.fs_id; in fsid_of_op() 24 fsid = op->upcall.req.lookup.parent_refn.fs_id; in fsid_of_op() 27 fsid = op->upcall.req.create.parent_refn.fs_id; in fsid_of_op() 30 fsid = op->upcall.req.getattr.refn.fs_id; in fsid_of_op() 33 fsid = op->upcall.req.remove.parent_refn.fs_id; in fsid_of_op() 36 fsid = op->upcall.req.mkdir.parent_refn.fs_id; in fsid_of_op() 39 fsid = op->upcall.req.readdir.refn.fs_id; in fsid_of_op() 42 fsid = op->upcall.req.setattr.refn.fs_id; in fsid_of_op() 45 fsid = op->upcall.req.sym.parent_refn.fs_id; in fsid_of_op() 48 fsid = op->upcall.req.rename.old_parent_refn.fs_id; in fsid_of_op() [all …]
|
D | namei.c | 53 new_op->downcall.resp.create.refn.fs_id, in orangefs_create() 147 new_op->upcall.req.lookup.parent_refn.fs_id); in orangefs_lookup() 154 new_op->downcall.resp.lookup.refn.fs_id, in orangefs_lookup() 187 parent->refn.fs_id); in orangefs_unlink() 258 new_op->downcall.resp.sym.refn.fs_id, ret); in orangefs_symlink() 332 new_op->downcall.resp.mkdir.refn.fs_id); in orangefs_mkdir()
|
D | upcall.h | 93 __s32 fs_id; member 112 __s32 fs_id; member
|
D | inode.c | 760 orangefs_inode->refn.fs_id, in orangefs_setattr_size() 1010 ORANGEFS_I(inode)->refn.fs_id = ref->fs_id; in orangefs_set_inode() 1031 orangefs_inode->refn.fs_id == ref->fs_id); in orangefs_test_inode() 1074 ref->fs_id, in orangefs_iget()
|
D | downcall.h | 53 __s32 fs_id; member
|
D | protocol.h | 27 __s32 fs_id; member
|
D | orangefs-kernel.h | 208 __s32 fs_id; member
|
D | file.c | 28 orangefs_inode->refn.fs_id); in flush_racache()
|
D | devorangefs-req.c | 112 if (orangefs_sb->fs_id == fsid) { in fs_mount_pending()
|
/kernel/linux/linux-5.10/include/linux/ |
D | fs_enet_pd.h | 27 enum fs_id { enum 41 static inline int fs_get_fec_index(enum fs_id id) in fs_get_fec_index() 48 static inline int fs_get_fcc_index(enum fs_id id) in fs_get_fcc_index() 55 static inline int fs_get_scc_index(enum fs_id id) in fs_get_scc_index()
|
/kernel/linux/linux-5.10/fs/ufs/ |
D | ufs_fs.h | 406 __fs32 fs_id[2]; /* file system id */ 857 __fs32 fs_id[2]; member
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0038_linux_drivers_mxc.patch | 192142 + u_int32 fs_id = FrameInfo[0x0]; 192148 + vpu_dbg(LVL_BIT_FUNC, "%s() fs_id=%d, ulFsLumaBase[0]=%x, stride=%d, b10BitFormat=%d, ctx->seqinf… 192149 + __func__, fs_id, FrameInfo[1], stride, b10BitFormat, ctx->seqinfo.uBitDepthLuma); 192157 + __func__, ctx->str_index, fs_id, FrameInfo[1]); 192161 + if (buffer_id != fs_id) { 192162 + if (fs_id == MEDIA_PLAYER_SKIPPED_FRAME_ID) { 192173 + buffer_id, fs_id);
|