Searched refs:IS_RDONLY (Results 1 - 8 of 8) sorted by relevance

/linux-master/fs/ecryptfs/
H A Dkthread.c134 flags |= IS_RDONLY(d_inode(lower_dentry)) ? O_RDONLY : O_RDWR;
/linux-master/fs/adfs/
H A Dsuper.c237 return !IS_ENABLED(CONFIG_ADFS_FS_RW) || IS_RDONLY(inode);
/linux-master/security/integrity/evm/
H A Devm_main.c261 } else if (!IS_RDONLY(inode) &&
/linux-master/fs/ext4/
H A Dioctl.c401 if (IS_RDONLY(inode) || IS_APPEND(inode) || IS_IMMUTABLE(inode) ||
/linux-master/fs/quota/
H A Ddquot.c2366 if (IS_RDONLY(inode))
/linux-master/include/linux/
H A Dfs.h2235 #define IS_RDONLY(inode) sb_rdonly((inode)->i_sb) macro
/linux-master/fs/fuse/
H A Ddir.c144 if (!IS_RDONLY(inode))
/linux-master/fs/ceph/
H A Dcaps.c2080 if (IS_RDONLY(inode)) {

Completed in 221 milliseconds