Home
last modified time | relevance | path

Searched refs:F2FS_IMMUTABLE_FL (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/fs/f2fs/
H A Dinode.c44 if (flags & F2FS_IMMUTABLE_FL) in f2fs_set_inode_flags()
H A Dfile.c815 if (flags & F2FS_IMMUTABLE_FL) in f2fs_getattr()
1887 { F2FS_IMMUTABLE_FL, FS_IMMUTABLE_FL },
3118 { F2FS_IMMUTABLE_FL, FS_XFLAG_IMMUTABLE },
3584 F2FS_I(inode)->i_flags |= F2FS_IMMUTABLE_FL; in f2fs_release_compress_blocks()
3794 F2FS_I(inode)->i_flags &= ~F2FS_IMMUTABLE_FL; in f2fs_reserve_compress_blocks()
H A Dsuper.c2377 F2FS_I(inode)->i_flags |= F2FS_NOATIME_FL | F2FS_IMMUTABLE_FL; in f2fs_quota_on()
2402 F2FS_I(inode)->i_flags &= ~(F2FS_NOATIME_FL | F2FS_IMMUTABLE_FL); in __f2fs_quota_off()
H A Df2fs.h2628 #define F2FS_IMMUTABLE_FL 0x00000010 /* Immutable file */ macro
/kernel/linux/linux-6.6/fs/f2fs/
H A Dinode.c47 if (flags & F2FS_IMMUTABLE_FL) in f2fs_set_inode_flags()
H A Df2fs.h2978 #define F2FS_IMMUTABLE_FL 0x00000010 /* Immutable file */ macro
2988 #define F2FS_QUOTA_DEFAULT_FL (F2FS_NOATIME_FL | F2FS_IMMUTABLE_FL)
H A Dfile.c865 if (flags & F2FS_IMMUTABLE_FL) in f2fs_getattr()
1966 { F2FS_IMMUTABLE_FL, FS_IMMUTABLE_FL },

Completed in 35 milliseconds