Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_inode.c71 if ((ip->i_d.di_flags & XFS_DIFLAG_EXTSIZE) && ip->i_d.di_extsize) in xfs_get_extsz_hint()
613 __uint16_t di_flags) in _xfs_dic2xflags() argument
617 if (di_flags & XFS_DIFLAG_ANY) { in _xfs_dic2xflags()
618 if (di_flags & XFS_DIFLAG_REALTIME) in _xfs_dic2xflags()
620 if (di_flags & XFS_DIFLAG_PREALLOC) in _xfs_dic2xflags()
622 if (di_flags & XFS_DIFLAG_IMMUTABLE) in _xfs_dic2xflags()
624 if (di_flags & XFS_DIFLAG_APPEND) in _xfs_dic2xflags()
626 if (di_flags & XFS_DIFLAG_SYNC) in _xfs_dic2xflags()
628 if (di_flags & XFS_DIFLAG_NOATIME) in _xfs_dic2xflags()
630 if (di_flags & XFS_DIFLAG_NODUMP) in _xfs_dic2xflags()
[all …]
Dxfs_ioctl.c887 __uint16_t di_flags) in xfs_di2lxflags() argument
891 if (di_flags & XFS_DIFLAG_IMMUTABLE) in xfs_di2lxflags()
893 if (di_flags & XFS_DIFLAG_APPEND) in xfs_di2lxflags()
895 if (di_flags & XFS_DIFLAG_SYNC) in xfs_di2lxflags()
897 if (di_flags & XFS_DIFLAG_NOATIME) in xfs_di2lxflags()
899 if (di_flags & XFS_DIFLAG_NODUMP) in xfs_di2lxflags()
947 unsigned int di_flags; in xfs_set_diflags() local
950 di_flags = (ip->i_d.di_flags & XFS_DIFLAG_PREALLOC); in xfs_set_diflags()
952 di_flags |= XFS_DIFLAG_IMMUTABLE; in xfs_set_diflags()
954 di_flags |= XFS_DIFLAG_APPEND; in xfs_set_diflags()
[all …]
Dxfs_filestream.h37 (ip->i_d.di_flags & XFS_DIFLAG_FILESTREAM); in xfs_inode_is_filestream()
Dxfs_linux.h372 #define XFS_IS_REALTIME_INODE(ip) ((ip)->i_d.di_flags & XFS_DIFLAG_REALTIME)
Dxfs_inode.h199 if (dp->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) in xfs_get_initial_prid()
Dxfs_rtalloc.c1277 if (!(mp->m_rbmip->i_d.di_flags & XFS_DIFLAG_NEWRTBM)) { in xfs_rtpick_extent()
1278 mp->m_rbmip->i_d.di_flags |= XFS_DIFLAG_NEWRTBM; in xfs_rtpick_extent()
Dxfs_symlink.c250 if (dp->i_d.di_flags & XFS_DIFLAG_NOSYMLINKS) { in xfs_symlink()
Dxfs_file.c166 ip->i_d.di_flags |= XFS_DIFLAG_PREALLOC; in xfs_update_prealloc_flags()
168 ip->i_d.di_flags &= ~XFS_DIFLAG_PREALLOC; in xfs_update_prealloc_flags()
Dxfs_bmap_util.c568 ip->i_d.di_flags & (XFS_DIFLAG_PREALLOC|XFS_DIFLAG_APPEND)){ in xfs_getbmap()
847 if (ip->i_d.di_flags & (XFS_DIFLAG_PREALLOC | XFS_DIFLAG_APPEND)) in xfs_can_free_eofblocks()
Dxfs_iops.c1191 uint16_t flags = ip->i_d.di_flags; in xfs_diflags_to_iflags()
Dxfs_super.c1096 if ((ip->i_d.di_flags & XFS_DIFLAG_PROJINHERIT) && in xfs_fs_statfs()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_inode_buf.c229 to->di_flags = be16_to_cpu(from->di_flags); in xfs_dinode_from_disk()
275 to->di_flags = cpu_to_be16(from->di_flags); in xfs_dinode_to_disk()
Dxfs_rtbitmap.c984 if (!(mp->m_rbmip->i_d.di_flags & XFS_DIFLAG_NEWRTBM)) in xfs_rtfree_extent()
985 mp->m_rbmip->i_d.di_flags |= XFS_DIFLAG_NEWRTBM; in xfs_rtfree_extent()
Dxfs_log_format.h391 __uint16_t di_flags; /* random flags, XFS_DIFLAG_... */ member
Dxfs_bmap_btree.c425 (dst->bc_private.b.ip->i_d.di_flags & XFS_DIFLAG_REALTIME)); in xfs_bmbt_update_cursor()
Dxfs_format.h864 __be16 di_flags; /* random flags, XFS_DIFLAG_... */ member
Dxfs_inode_fork.c113 if (unlikely((ip->i_d.di_flags & XFS_DIFLAG_REALTIME) && in xfs_iformat_fork()
/linux-4.4.14/fs/logfs/
Dlogfs_abi.h351 __be32 di_flags; member
Dreadwrite.c121 li->li_flags = be32_to_cpu(di->di_flags); in logfs_disk_to_inode()
158 di->di_flags = cpu_to_be32(li->li_flags); in logfs_inode_to_disk()
453 BUILD_BUG_ON(offsetof(struct logfs_disk_inode, di_flags) != 4); in inode_val0()
/linux-4.4.14/include/uapi/linux/
Dgfs2_ondisk.h273 __be32 di_flags; /* GFS2_DIF_... */ member
/linux-4.4.14/fs/gfs2/
Dglops.c363 ip->i_diskflags = be32_to_cpu(str->di_flags); in gfs2_dinode_in()
Dsuper.c719 str->di_flags = cpu_to_be32(ip->i_diskflags); in gfs2_dinode_out()