Home
last modified time | relevance | path

Searched full:di_mode (Results 1 – 13 of 13) sorted by relevance

/linux/fs/xfs/
H A Dxfs_inode_item_recover.c177 to->di_mode = cpu_to_be16(from->di_mode); in xfs_log_dinode_to_disk()
433 if (unlikely(S_ISREG(ldip->di_mode))) { in xlog_recover_inode_commit_pass2()
446 } else if (unlikely(S_ISDIR(ldip->di_mode))) { in xlog_recover_inode_commit_pass2()
571 (dip->di_mode != 0)) in xlog_recover_inode_commit_pass2()
H A Dxfs_inode_item.c570 to->di_mode = inode->i_mode; in xfs_inode_to_log_dinode()
/linux/fs/jfs/
H A Djfs_dinode.h44 __le32 di_mode; /* 4: attribute, format and permission */ member
134 /* extended mode bits (on-disk inode di_mode) */
H A Dresize.c359 * (note: bmap is created with di_mode = IFJOURNAL|IFREG); in jfs_extendfs()
/linux/fs/xfs/scrub/
H A Dinode_repair.c67 * - Files with zero di_mode or a garbage di_mode are converted to regular file
482 /* Turn di_mode into /something/ recognizable. Returns true if we succeed. */
489 uint16_t mode = be16_to_cpu(dip->di_mode); in xrep_dinode_mode()
515 dip->di_mode = cpu_to_be16(mode); in xrep_dinode_mode()
550 uint16_t mode = be16_to_cpu(dip->di_mode); in xrep_dinode_flags()
647 uint16_t mode = be16_to_cpu(dip->di_mode); in xrep_dinode_size()
699 uint16_t mode = be16_to_cpu(dip->di_mode); in xrep_dinode_extsize_hints()
1279 dip->di_mode = cpu_to_be16(mode & ~0777); in xrep_dinode_zap_afork()
1508 mode = be16_to_cpu(dip->di_mode); in xrep_dinode_zap_forks()
H A Dialloc_repair.c129 * otherwise we have to check di_mode in the on-disk buffer. We only care
174 *inuse = dip->di_mode != 0; in xrep_ibt_check_ifree()
H A Dtrace.h2454 __entry->mode = be16_to_cpu(dip->di_mode);
/linux/include/uapi/linux/
H A Dqnx4_fs.h54 qnx4_mode_t di_mode; member
H A Dgfs2_ondisk.h270 __be32 di_mode; /* mode of file */ member
/linux/include/linux/
H A Dqnx6_fs.h50 __fs16 di_mode; member
/linux/fs/xfs/libxfs/
H A Dxfs_inode_buf.c203 inode->i_mode = be16_to_cpu(from->di_mode); in xfs_inode_from_disk()
345 to->di_mode = cpu_to_be16(inode->i_mode); in xfs_inode_to_disk()
383 mode_t mode = be16_to_cpu(dip->di_mode); in xfs_dinode_verify_fork()
645 mode = be16_to_cpu(dip->di_mode); in xfs_dinode_verify()
H A Dxfs_format.h903 __be16 di_mode; /* mode and type of file */ member
/linux/fs/efs/
H A Defs.h54 __be16 di_mode; /* mode and type of file */ member