Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_inode.c21 if (flags & JFS_IMMUTABLE_FL) in jfs_set_inode_flags()
95 jfs_inode->mode2 &= ~(JFS_IMMUTABLE_FL|JFS_APPEND_FL); in ialloc()
H A Dioctl.c37 {JFS_IMMUTABLE_FL, FS_IMMUTABLE_FL},
H A Djfs_dinode.h157 #define JFS_IMMUTABLE_FL 0x02000000 /* Immutable file */ macro
H A Dsuper.c852 JFS_IP(inode)->mode2 |= JFS_NOATIME_FL | JFS_IMMUTABLE_FL; in jfs_quota_on()
874 JFS_IP(inode)->mode2 &= ~(JFS_NOATIME_FL | JFS_IMMUTABLE_FL); in jfs_quota_off()
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_inode.c21 if (flags & JFS_IMMUTABLE_FL) in jfs_set_inode_flags()
95 jfs_inode->mode2 &= ~(JFS_IMMUTABLE_FL|JFS_APPEND_FL); in ialloc()
H A Djfs_dinode.h163 #define JFS_IMMUTABLE_FL 0x02000000 /* Immutable file */ macro
H A Dioctl.c38 {JFS_IMMUTABLE_FL, FS_IMMUTABLE_FL},
H A Dsuper.c844 JFS_IP(inode)->mode2 |= JFS_NOATIME_FL | JFS_IMMUTABLE_FL; in jfs_quota_on()
866 JFS_IP(inode)->mode2 &= ~(JFS_NOATIME_FL | JFS_IMMUTABLE_FL); in jfs_quota_off()

Completed in 6 milliseconds