Searched refs:di_mode (Results 1 - 21 of 21) sorted by relevance

/linux-master/include/uapi/linux/
H A Dqnx4_fs.h54 qnx4_mode_t di_mode; member in struct:qnx4_inode_entry
H A Dgfs2_ondisk.h270 __be32 di_mode; /* mode of file */ member in struct:gfs2_dinode
/linux-master/fs/xfs/
H A Dxfs_inode_item_recover.c175 to->di_mode = cpu_to_be16(from->di_mode);
395 if (unlikely(S_ISREG(ldip->di_mode))) {
407 } else if (unlikely(S_ISDIR(ldip->di_mode))) {
532 (dip->di_mode != 0))
H A Dxfs_inode_item.c533 to->di_mode = inode->i_mode;
/linux-master/include/linux/
H A Dqnx6_fs.h50 __fs16 di_mode; member in struct:qnx6_inode_entry
/linux-master/fs/efs/
H A Defs.h54 __be16 di_mode; /* mode and type of file */ member in struct:efs_dinode
H A Dinode.c101 inode->i_mode = be16_to_cpu(efs_inode->di_mode);
/linux-master/fs/jfs/
H A Djfs_dinode.h44 __le32 di_mode; /* 4: attribute, format and permission */ member in struct:dinode
134 /* extended mode bits (on-disk inode di_mode) */
H A Djfs_imap.c2286 dp->di_mode = 0;
3037 jfs_ip->mode2 = le32_to_cpu(dip->di_mode);
3040 ip->i_mode = le32_to_cpu(dip->di_mode) & 0xffff;
3142 dip->di_mode = cpu_to_le32((jfs_ip->mode2 & 0xffff0000) |
3145 dip->di_mode = cpu_to_le32(jfs_ip->mode2);
/linux-master/fs/xfs/libxfs/
H A Dxfs_inode_buf.c202 inode->i_mode = be16_to_cpu(from->di_mode);
331 to->di_mode = cpu_to_be16(inode->i_mode);
368 mode_t mode = be16_to_cpu(dip->di_mode);
499 mode = be16_to_cpu(dip->di_mode);
H A Dxfs_log_format.h397 uint16_t di_mode; /* mode and type of file */ member in struct:xfs_log_dinode
H A Dxfs_format.h809 __be16 di_mode; /* mode and type of file */ member in struct:xfs_dinode
/linux-master/fs/xfs/scrub/
H A Dinode_repair.c63 * - Files with zero di_mode or a garbage di_mode are converted to regular file
426 /* Turn di_mode into /something/ recognizable. Returns true if we succeed. */
433 uint16_t mode = be16_to_cpu(dip->di_mode);
459 dip->di_mode = cpu_to_be16(mode);
476 uint16_t mode = be16_to_cpu(dip->di_mode);
565 uint16_t mode = be16_to_cpu(dip->di_mode);
617 uint16_t mode = be16_to_cpu(dip->di_mode);
1045 dip->di_mode = cpu_to_be16(mode & ~0777);
1257 mode = be16_to_cpu(dip->di_mode);
[all...]
H A Dinode.c395 /* di_mode */
396 mode = be16_to_cpu(dip->di_mode);
427 if (dip->di_mode == 0 && sc->ip)
H A Dialloc.c334 freemask_ok = irec_free ^ !!(dip->di_mode);
H A Dialloc_repair.c129 * otherwise we have to check di_mode in the on-disk buffer. We only care
176 *inuse = dip->di_mode != 0;
H A Dtrace.h1929 __entry->mode = be16_to_cpu(dip->di_mode);
/linux-master/fs/qnx4/
H A Dinode.c318 inode->i_mode = le16_to_cpu(raw_inode->di_mode);
/linux-master/fs/gfs2/
H A Dglops.c408 umode_t mode = be32_to_cpu(str->di_mode);
H A Dsuper.c407 str->di_mode = cpu_to_be32(inode->i_mode);
/linux-master/fs/qnx6/
H A Dinode.c557 inode->i_mode = fs16_to_cpu(sbi, raw_inode->di_mode);

Completed in 516 milliseconds