Home
last modified time | relevance | path

Searched refs:di_flags (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_inode.c63 if ((ip->i_d.di_flags & XFS_DIFLAG_EXTSIZE) && ip->i_d.di_extsize) in xfs_get_extsz_hint()
603 uint16_t di_flags, in _xfs_dic2xflags() argument
609 if (di_flags & XFS_DIFLAG_ANY) { in _xfs_dic2xflags()
610 if (di_flags & XFS_DIFLAG_REALTIME) in _xfs_dic2xflags()
612 if (di_flags & XFS_DIFLAG_PREALLOC) in _xfs_dic2xflags()
614 if (di_flags & XFS_DIFLAG_IMMUTABLE) in _xfs_dic2xflags()
616 if (di_flags & XFS_DIFLAG_APPEND) in _xfs_dic2xflags()
618 if (di_flags & XFS_DIFLAG_SYNC) in _xfs_dic2xflags()
620 if (di_flags & XFS_DIFLAG_NOATIME) in _xfs_dic2xflags()
622 if (di_flags & XFS_DIFLAG_NODUMP) in _xfs_dic2xflags()
[all …]
H A Dxfs_ioctl.c1089 uint16_t di_flags, in xfs_di2lxflags() argument
1094 if (di_flags & XFS_DIFLAG_IMMUTABLE) in xfs_di2lxflags()
1096 if (di_flags & XFS_DIFLAG_APPEND) in xfs_di2lxflags()
1098 if (di_flags & XFS_DIFLAG_SYNC) in xfs_di2lxflags()
1100 if (di_flags & XFS_DIFLAG_NOATIME) in xfs_di2lxflags()
1102 if (di_flags & XFS_DIFLAG_NODUMP) in xfs_di2lxflags()
1152 uint16_t di_flags = in xfs_flags2diflags() local
1153 (ip->i_d.di_flags & XFS_DIFLAG_PREALLOC); in xfs_flags2diflags()
1156 di_flags |= XFS_DIFLAG_IMMUTABLE; in xfs_flags2diflags()
1158 di_flags |= XFS_DIFLAG_APPEND; in xfs_flags2diflags()
[all …]
H A Dxfs_filestream.h25 (ip->i_d.di_flags & XFS_DIFLAG_FILESTREAM); in xfs_inode_is_filestream()
H A Dxfs_inode_item_recover.c176 to->di_flags = cpu_to_be16(from->di_flags); in xfs_log_dinode_to_disk()
H A Dxfs_linux.h237 (((ip)->i_d.di_flags & XFS_DIFLAG_REALTIME) && \
H A Dxfs_iops.c572 if (ip->i_d.di_flags & XFS_DIFLAG_IMMUTABLE) in xfs_vn_getattr()
574 if (ip->i_d.di_flags & XFS_DIFLAG_APPEND) in xfs_vn_getattr()
576 if (ip->i_d.di_flags & XFS_DIFLAG_NODUMP) in xfs_vn_getattr()
H A Dxfs_inode_item.c368 to->di_flags = from->di_flags; in xfs_inode_to_log_dinode()
H A Dxfs_inode.h177 if (dp->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) in xfs_get_initial_prid()
H A Dxfs_symlink.c210 if (dp->i_d.di_flags & XFS_DIFLAG_NOSYMLINKS) { in xfs_symlink()
H A Dxfs_rtalloc.c1316 if (!(mp->m_rbmip->i_d.di_flags & XFS_DIFLAG_NEWRTBM)) { in xfs_rtpick_extent()
1317 mp->m_rbmip->i_d.di_flags |= XFS_DIFLAG_NEWRTBM; in xfs_rtpick_extent()
H A Dxfs_file.c92 ip->i_d.di_flags |= XFS_DIFLAG_PREALLOC; in xfs_update_prealloc_flags()
94 ip->i_d.di_flags &= ~XFS_DIFLAG_PREALLOC; in xfs_update_prealloc_flags()
H A Dxfs_bmap_util.c442 (ip->i_d.di_flags & in xfs_getbmap()
623 if (ip->i_d.di_flags & (XFS_DIFLAG_PREALLOC | XFS_DIFLAG_APPEND)) in xfs_can_free_eofblocks()
H A Dxfs_super.c836 if ((ip->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) && in xfs_fs_statfs()
842 (ip->i_d.di_flags & (XFS_DIFLAG_RTINHERIT | XFS_DIFLAG_REALTIME))) { in xfs_fs_statfs()
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_inode_buf.c254 to->di_flags = be16_to_cpu(from->di_flags); in xfs_inode_from_disk()
335 to->di_flags = cpu_to_be16(from->di_flags); in xfs_inode_to_disk()
487 flags = be16_to_cpu(dip->di_flags); in xfs_dinode_verify()
H A Dxfs_inode_buf.h27 uint16_t di_flags; /* random flags, XFS_DIFLAG_... */ member
H A Dxfs_rtbitmap.c1000 if (!(mp->m_rbmip->i_d.di_flags & XFS_DIFLAG_NEWRTBM)) in xfs_rtfree_extent()
1001 mp->m_rbmip->i_d.di_flags |= XFS_DIFLAG_NEWRTBM; in xfs_rtfree_extent()
H A Dxfs_log_format.h408 uint16_t di_flags; /* random flags, XFS_DIFLAG_... */ member
H A Dxfs_bmap_btree.c186 (dst->bc_ino.ip->i_d.di_flags & XFS_DIFLAG_REALTIME)); in xfs_bmbt_update_cursor()
H A Dxfs_format.h984 __be16 di_flags; /* random flags, XFS_DIFLAG_... */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dgfs2_ondisk.h283 __be32 di_flags; /* GFS2_DIF_... */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dgfs2_ondisk.h289 __be32 di_flags; /* GFS2_DIF_... */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dgfs2_ondisk.h283 __be32 di_flags; /* GFS2_DIF_... */ member
/OK3568_Linux_fs/kernel/fs/xfs/scrub/
H A Dinode.c231 flags = be16_to_cpu(dip->di_flags); in xchk_dinode()
H A Dcommon.c838 if (sc->ip->i_d.di_flags & XFS_DIFLAG_REALTIME) { in xchk_metadata_inode_forks()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dglops.c442 ip->i_diskflags = be32_to_cpu(str->di_flags); in gfs2_dinode_in()

12