Home
last modified time | relevance | path

Searched refs:JFS_IMMUTABLE_FL (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/jfs/
Dioctl.c37 {JFS_IMMUTABLE_FL, FS_IMMUTABLE_FL},
107 if ((oldflags & JFS_IMMUTABLE_FL) || in jfs_ioctl()
109 (JFS_APPEND_FL | JFS_IMMUTABLE_FL))) { in jfs_ioctl()
Djfs_inode.c34 if (flags & JFS_IMMUTABLE_FL) in jfs_set_inode_flags()
108 jfs_inode->mode2 &= ~(JFS_IMMUTABLE_FL|JFS_APPEND_FL); in ialloc()
Djfs_dinode.h170 #define JFS_IMMUTABLE_FL 0x02000000 /* Immutable file */ macro
Dsuper.c879 JFS_IP(inode)->mode2 |= JFS_NOATIME_FL | JFS_IMMUTABLE_FL; in jfs_quota_on()
901 JFS_IP(inode)->mode2 &= ~(JFS_NOATIME_FL | JFS_IMMUTABLE_FL); in jfs_quota_off()