Home
last modified time | relevance | path

Searched refs:new_fl (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/fs/jfs/
Djfs_inode.c32 unsigned int new_fl = 0; in jfs_set_inode_flags() local
35 new_fl |= S_IMMUTABLE; in jfs_set_inode_flags()
37 new_fl |= S_APPEND; in jfs_set_inode_flags()
39 new_fl |= S_NOATIME; in jfs_set_inode_flags()
41 new_fl |= S_DIRSYNC; in jfs_set_inode_flags()
43 new_fl |= S_SYNC; in jfs_set_inode_flags()
44 inode_set_flags(inode, new_fl, S_IMMUTABLE | S_APPEND | S_NOATIME | in jfs_set_inode_flags()
/linux-4.19.296/fs/hfsplus/
Dioctl.c80 unsigned int flags, new_fl = 0; in hfsplus_ioctl_setflags() local
114 new_fl |= S_IMMUTABLE; in hfsplus_ioctl_setflags()
117 new_fl |= S_APPEND; in hfsplus_ioctl_setflags()
119 inode_set_flags(inode, new_fl, S_IMMUTABLE | S_APPEND); in hfsplus_ioctl_setflags()
/linux-4.19.296/fs/
Dlocks.c919 struct file_lock *new_fl = NULL; in flock_lock_inode() local
934 new_fl = locks_alloc_lock(); in flock_lock_inode()
935 if (!new_fl) in flock_lock_inode()
973 locks_copy_lock(new_fl, request); in flock_lock_inode()
974 locks_insert_lock_ctx(new_fl, &ctx->flc_flock); in flock_lock_inode()
975 new_fl = NULL; in flock_lock_inode()
981 if (new_fl) in flock_lock_inode()
982 locks_free_lock(new_fl); in flock_lock_inode()
992 struct file_lock *new_fl = NULL; in posix_lock_inode() local
1014 new_fl = locks_alloc_lock(); in posix_lock_inode()
[all …]
/linux-4.19.296/fs/f2fs/
Dinode.c37 unsigned int new_fl = 0; in f2fs_set_inode_flags() local
40 new_fl |= S_SYNC; in f2fs_set_inode_flags()
42 new_fl |= S_APPEND; in f2fs_set_inode_flags()
44 new_fl |= S_IMMUTABLE; in f2fs_set_inode_flags()
46 new_fl |= S_NOATIME; in f2fs_set_inode_flags()
48 new_fl |= S_DIRSYNC; in f2fs_set_inode_flags()
50 new_fl |= S_ENCRYPTED; in f2fs_set_inode_flags()
51 inode_set_flags(inode, new_fl, in f2fs_set_inode_flags()
/linux-4.19.296/fs/nilfs2/
Dinode.c437 unsigned int new_fl = 0; in nilfs_set_inode_flags() local
440 new_fl |= S_SYNC; in nilfs_set_inode_flags()
442 new_fl |= S_APPEND; in nilfs_set_inode_flags()
444 new_fl |= S_IMMUTABLE; in nilfs_set_inode_flags()
446 new_fl |= S_NOATIME; in nilfs_set_inode_flags()
448 new_fl |= S_DIRSYNC; in nilfs_set_inode_flags()
449 inode_set_flags(inode, new_fl, S_SYNC | S_APPEND | S_IMMUTABLE | in nilfs_set_inode_flags()
/linux-4.19.296/fs/ext4/
Dinode.c4807 unsigned int new_fl = 0; in ext4_set_inode_flags() local
4810 new_fl |= S_SYNC; in ext4_set_inode_flags()
4812 new_fl |= S_APPEND; in ext4_set_inode_flags()
4814 new_fl |= S_IMMUTABLE; in ext4_set_inode_flags()
4816 new_fl |= S_NOATIME; in ext4_set_inode_flags()
4818 new_fl |= S_DIRSYNC; in ext4_set_inode_flags()
4820 new_fl |= S_DAX; in ext4_set_inode_flags()
4822 new_fl |= S_ENCRYPTED; in ext4_set_inode_flags()
4823 inode_set_flags(inode, new_fl, in ext4_set_inode_flags()
/linux-4.19.296/fs/btrfs/
Dioctl.c139 unsigned int new_fl = 0; in btrfs_sync_inode_flags_to_i_flags() local
142 new_fl |= S_SYNC; in btrfs_sync_inode_flags_to_i_flags()
144 new_fl |= S_IMMUTABLE; in btrfs_sync_inode_flags_to_i_flags()
146 new_fl |= S_APPEND; in btrfs_sync_inode_flags_to_i_flags()
148 new_fl |= S_NOATIME; in btrfs_sync_inode_flags_to_i_flags()
150 new_fl |= S_DIRSYNC; in btrfs_sync_inode_flags_to_i_flags()
154 new_fl); in btrfs_sync_inode_flags_to_i_flags()