Home
last modified time | relevance | path

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

/fs/jfs/
Djfs_inode.c36 if (flags & JFS_IMMUTABLE_FL) in jfs_set_inode_flags()
52 jfs_ip->mode2 &= ~(JFS_IMMUTABLE_FL | JFS_APPEND_FL | JFS_NOATIME_FL | in jfs_get_inode_flags()
55 jfs_ip->mode2 |= JFS_IMMUTABLE_FL; in jfs_get_inode_flags()
135 jfs_inode->mode2 &= ~(JFS_IMMUTABLE_FL|JFS_APPEND_FL); in ialloc()
Dioctl.c32 {JFS_IMMUTABLE_FL, FS_IMMUTABLE_FL},
104 if ((oldflags & JFS_IMMUTABLE_FL) || in jfs_ioctl()
106 (JFS_APPEND_FL | JFS_IMMUTABLE_FL))) { in jfs_ioctl()
Djfs_dinode.h163 #define JFS_IMMUTABLE_FL 0x02000000 /* Immutable file */ macro