Home
last modified time | relevance | path

Searched refs:IS_RDONLY (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/fs/ecryptfs/
H A Dkthread.c134 flags |= IS_RDONLY(d_inode(lower_dentry)) ? O_RDONLY : O_RDWR; in ecryptfs_privileged_open()
/openbmc/linux/fs/adfs/
H A Dsuper.c237 return !IS_ENABLED(CONFIG_ADFS_FS_RW) || IS_RDONLY(inode); in adfs_drop_inode()
/openbmc/linux/security/integrity/evm/
H A Devm_main.c250 } else if (!IS_RDONLY(inode) && in evm_verify_hmac()
/openbmc/linux/fs/ntfs/
H A Dinode.c593 if (IS_RDONLY(vi)) in ntfs_read_locked_inode()
2805 if (!IS_NOCMTIME(VFS_I(base_ni)) && !IS_RDONLY(VFS_I(base_ni))) { in ntfs_truncate()
H A Dmft.c2681 if (IS_RDONLY(vi)) in ntfs_mft_record_alloc()
/openbmc/linux/fs/ext4/
H A Dioctl.c392 if (IS_RDONLY(inode) || IS_APPEND(inode) || IS_IMMUTABLE(inode) || in swap_inode_boot_loader()
/openbmc/linux/fs/fuse/
H A Ddir.c144 if (!IS_RDONLY(inode)) in fuse_invalidate_atime()
/openbmc/linux/fs/quota/
H A Ddquot.c2376 if (IS_RDONLY(inode)) in vfs_setup_quota_inode()
/openbmc/linux/include/linux/
H A Dfs.h2133 #define IS_RDONLY(inode) sb_rdonly((inode)->i_sb) macro
/openbmc/linux/fs/ceph/
H A Dcaps.c2031 if (IS_RDONLY(inode)) { in ceph_check_caps()