Home
last modified time | relevance | path

Searched refs:iflags (Results 1 – 7 of 7) sorted by relevance

/fs/ext4/
Dioctl.c395 static inline __u32 ext4_iflags_to_xflags(unsigned long iflags) in ext4_iflags_to_xflags() argument
399 if (iflags & EXT4_SYNC_FL) in ext4_iflags_to_xflags()
401 if (iflags & EXT4_IMMUTABLE_FL) in ext4_iflags_to_xflags()
403 if (iflags & EXT4_APPEND_FL) in ext4_iflags_to_xflags()
405 if (iflags & EXT4_NODUMP_FL) in ext4_iflags_to_xflags()
407 if (iflags & EXT4_NOATIME_FL) in ext4_iflags_to_xflags()
409 if (iflags & EXT4_PROJINHERIT_FL) in ext4_iflags_to_xflags()
417 unsigned long iflags = 0; in ext4_xflags_to_iflags() local
420 iflags |= EXT4_SYNC_FL; in ext4_xflags_to_iflags()
422 iflags |= EXT4_IMMUTABLE_FL; in ext4_xflags_to_iflags()
[all …]
/fs/xfs/
Dxfs_bmap_util.c539 int iflags; /* interface flags */ in xfs_getbmap() local
545 iflags = bmv->bmv_iflags; in xfs_getbmap()
549 if (iflags & BMV_IF_COWFORK) in xfs_getbmap()
552 if ((iflags & BMV_IF_ATTRFORK) && (iflags & BMV_IF_COWFORK)) in xfs_getbmap()
555 if (iflags & BMV_IF_ATTRFORK) in xfs_getbmap()
557 else if (iflags & BMV_IF_COWFORK) in xfs_getbmap()
639 if (!(iflags & BMV_IF_DELALLOC) && in xfs_getbmap()
674 if (!(iflags & BMV_IF_PREALLOC)) in xfs_getbmap()
689 (whichfork == XFS_ATTR_FORK || !(iflags & BMV_IF_DELALLOC))) { in xfs_getbmap()
728 ASSERT((iflags & BMV_IF_DELALLOC) != 0); in xfs_getbmap()
[all …]
Dxfs_icache.c462 int iflags; in xfs_iget_cache_miss() local
508 iflags = XFS_INEW; in xfs_iget_cache_miss()
510 iflags |= XFS_IDONTCACHE; in xfs_iget_cache_miss()
514 xfs_iflags_set(ip, iflags); in xfs_iget_cache_miss()
/fs/ubifs/
Dfile.c1372 int iflags = I_DIRTY_TIME; in ubifs_update_time() local
1388 iflags |= I_DIRTY_SYNC; in ubifs_update_time()
1391 __mark_inode_dirty(inode, iflags); in ubifs_update_time()
/fs/gfs2/
Dglock.c1570 static const char *hflags2str(char *buf, u16 flags, unsigned long iflags) in hflags2str() argument
1589 if (test_bit(HIF_HOLDER, &iflags)) in hflags2str()
1591 if (test_bit(HIF_WAIT, &iflags)) in hflags2str()
1593 if (test_bit(HIF_FIRST, &iflags)) in hflags2str()
/fs/btrfs/
Dioctl.c111 unsigned int iflags = 0; in btrfs_flags_to_ioctl() local
114 iflags |= FS_SYNC_FL; in btrfs_flags_to_ioctl()
116 iflags |= FS_IMMUTABLE_FL; in btrfs_flags_to_ioctl()
118 iflags |= FS_APPEND_FL; in btrfs_flags_to_ioctl()
120 iflags |= FS_NODUMP_FL; in btrfs_flags_to_ioctl()
122 iflags |= FS_NOATIME_FL; in btrfs_flags_to_ioctl()
124 iflags |= FS_DIRSYNC_FL; in btrfs_flags_to_ioctl()
126 iflags |= FS_NOCOW_FL; in btrfs_flags_to_ioctl()
129 iflags |= FS_NOCOMP_FL; in btrfs_flags_to_ioctl()
131 iflags |= FS_COMPR_FL; in btrfs_flags_to_ioctl()
[all …]
/fs/
Dinode.c1624 int iflags = I_DIRTY_TIME; in generic_update_time() local
1636 iflags |= I_DIRTY_SYNC; in generic_update_time()
1637 __mark_inode_dirty(inode, iflags); in generic_update_time()