Home
last modified time | relevance | path

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

/linux/fs/jfs/
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()
A Djfs_dinode.h163 #define JFS_IMMUTABLE_FL 0x02000000 /* Immutable file */ macro
A Dioctl.c38 {JFS_IMMUTABLE_FL, FS_IMMUTABLE_FL},
A Dsuper.c850 JFS_IP(inode)->mode2 |= JFS_NOATIME_FL | JFS_IMMUTABLE_FL; in jfs_quota_on()
872 JFS_IP(inode)->mode2 &= ~(JFS_NOATIME_FL | JFS_IMMUTABLE_FL); in jfs_quota_off()

Completed in 8 milliseconds