Searched refs:IS_NOSEC (Results 1 – 5 of 5) sorted by relevance
486 ((!IS_NOSEC(inode) || *extend || !overwrite || in ext4_dio_write_checks()
2039 if (IS_NOSEC(inode)) in dentry_needs_remove_privs()2071 if (IS_NOSEC(inode) || !S_ISREG(inode->i_mode)) in __file_remove_privs()
378 if (*iolock == XFS_IOLOCK_SHARED && !IS_NOSEC(inode)) { in xfs_file_write_checks()
1476 if (iocb->ki_pos + iov_iter_count(from) <= i_size_read(inode) && IS_NOSEC(inode)) in btrfs_direct_write()1485 if ((ilock_flags & BTRFS_ILOCK_SHARED) && !IS_NOSEC(inode)) { in btrfs_direct_write()
2092 #define IS_NOSEC(inode) ((inode)->i_flags & S_NOSEC) macro