Searched refs:IS_NOSEC (Results 1 – 5 of 5) sorted by relevance
456 ((!IS_NOSEC(inode) || *extend || !overwrite || in ext4_dio_write_checks()
2084 if (IS_NOSEC(inode)) in dentry_needs_remove_privs()2116 if (IS_NOSEC(inode) || !S_ISREG(inode->i_mode)) in __file_remove_privs()
408 if (*iolock == XFS_IOLOCK_SHARED && !IS_NOSEC(inode)) { in xfs_file_write_checks()
1474 if (iocb->ki_pos + iov_iter_count(from) <= i_size_read(inode) && IS_NOSEC(inode)) in btrfs_direct_write()1483 if ((ilock_flags & BTRFS_ILOCK_SHARED) && !IS_NOSEC(inode)) { in btrfs_direct_write()
2154 #define IS_NOSEC(inode) ((inode)->i_flags & S_NOSEC) macro