Home
last modified time | relevance | path

Searched refs:new_fl (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_inode.c19 unsigned int new_fl = 0; in jfs_set_inode_flags() local
22 new_fl |= S_IMMUTABLE; in jfs_set_inode_flags()
24 new_fl |= S_APPEND; in jfs_set_inode_flags()
26 new_fl |= S_NOATIME; in jfs_set_inode_flags()
28 new_fl |= S_DIRSYNC; in jfs_set_inode_flags()
30 new_fl |= S_SYNC; in jfs_set_inode_flags()
31 inode_set_flags(inode, new_fl, S_IMMUTABLE | S_APPEND | S_NOATIME | in jfs_set_inode_flags()
/kernel/linux/linux-6.6/fs/jfs/
H A Djfs_inode.c19 unsigned int new_fl = 0; in jfs_set_inode_flags() local
22 new_fl |= S_IMMUTABLE; in jfs_set_inode_flags()
24 new_fl |= S_APPEND; in jfs_set_inode_flags()
26 new_fl |= S_NOATIME; in jfs_set_inode_flags()
28 new_fl |= S_DIRSYNC; in jfs_set_inode_flags()
30 new_fl |= S_SYNC; in jfs_set_inode_flags()
31 inode_set_flags(inode, new_fl, S_IMMUTABLE | S_APPEND | S_NOATIME | in jfs_set_inode_flags()
/kernel/linux/linux-5.10/fs/
H A Dlocks.c1061 struct file_lock *new_fl = NULL; in flock_lock_inode() local
1076 new_fl = locks_alloc_lock(); in flock_lock_inode()
1077 if (!new_fl) in flock_lock_inode()
1115 locks_copy_lock(new_fl, request); in flock_lock_inode()
1116 locks_move_blocks(new_fl, request); in flock_lock_inode()
1117 locks_insert_lock_ctx(new_fl, &ctx->flc_flock); in flock_lock_inode()
1118 new_fl = NULL; in flock_lock_inode()
1124 if (new_fl) in flock_lock_inode()
1125 locks_free_lock(new_fl); in flock_lock_inode()
1135 struct file_lock *new_fl in posix_lock_inode() local
1611 struct file_lock *new_fl, *fl, *tmp; __break_lease() local
[all...]
/kernel/linux/linux-6.6/fs/
H A Dlocks.c1024 struct file_lock *new_fl = NULL; in flock_lock_inode() local
1039 new_fl = locks_alloc_lock(); in flock_lock_inode()
1040 if (!new_fl) in flock_lock_inode()
1078 locks_copy_lock(new_fl, request); in flock_lock_inode()
1079 locks_move_blocks(new_fl, request); in flock_lock_inode()
1080 locks_insert_lock_ctx(new_fl, &ctx->flc_flock); in flock_lock_inode()
1081 new_fl = NULL; in flock_lock_inode()
1087 if (new_fl) in flock_lock_inode()
1088 locks_free_lock(new_fl); in flock_lock_inode()
1098 struct file_lock *new_fl in posix_lock_inode() local
1491 struct file_lock *new_fl, *fl, *tmp; __break_lease() local
[all...]
/kernel/linux/linux-5.10/fs/hfsplus/
H A Dioctl.c86 unsigned int flags, new_fl = 0; in hfsplus_ioctl_setflags() local
117 new_fl |= S_IMMUTABLE; in hfsplus_ioctl_setflags()
120 new_fl |= S_APPEND; in hfsplus_ioctl_setflags()
122 inode_set_flags(inode, new_fl, S_IMMUTABLE | S_APPEND); in hfsplus_ioctl_setflags()
/kernel/linux/linux-5.10/drivers/mtd/parsers/
H A Dredboot.c195 struct fis_list *new_fl, **prev; in parse_redboot_partitions() local
207 new_fl = kmalloc(sizeof(struct fis_list), GFP_KERNEL); in parse_redboot_partitions()
209 if (!new_fl) { in parse_redboot_partitions()
213 new_fl->img = &buf[i]; in parse_redboot_partitions()
223 while(*prev && (*prev)->img->flash_base < new_fl->img->flash_base) in parse_redboot_partitions()
225 new_fl->next = *prev; in parse_redboot_partitions()
226 *prev = new_fl; in parse_redboot_partitions()
/kernel/linux/linux-6.6/drivers/mtd/parsers/
H A Dredboot.c194 struct fis_list *new_fl, **prev; in parse_redboot_partitions() local
206 new_fl = kmalloc(sizeof(struct fis_list), GFP_KERNEL); in parse_redboot_partitions()
208 if (!new_fl) { in parse_redboot_partitions()
212 new_fl->img = &buf[i]; in parse_redboot_partitions()
222 while (*prev && (*prev)->img->flash_base < new_fl->img->flash_base) in parse_redboot_partitions()
224 new_fl->next = *prev; in parse_redboot_partitions()
225 *prev = new_fl; in parse_redboot_partitions()
/kernel/linux/linux-5.10/fs/f2fs/
H A Dinode.c38 unsigned int new_fl = 0; in f2fs_set_inode_flags() local
41 new_fl |= S_SYNC; in f2fs_set_inode_flags()
43 new_fl |= S_APPEND; in f2fs_set_inode_flags()
45 new_fl |= S_IMMUTABLE; in f2fs_set_inode_flags()
47 new_fl |= S_NOATIME; in f2fs_set_inode_flags()
49 new_fl |= S_DIRSYNC; in f2fs_set_inode_flags()
51 new_fl |= S_ENCRYPTED; in f2fs_set_inode_flags()
53 new_fl |= S_VERITY; in f2fs_set_inode_flags()
55 new_fl |= S_CASEFOLD; in f2fs_set_inode_flags()
56 inode_set_flags(inode, new_fl, in f2fs_set_inode_flags()
[all...]
/kernel/linux/linux-6.6/fs/f2fs/
H A Dinode.c41 unsigned int new_fl = 0; in f2fs_set_inode_flags() local
44 new_fl |= S_SYNC; in f2fs_set_inode_flags()
46 new_fl |= S_APPEND; in f2fs_set_inode_flags()
48 new_fl |= S_IMMUTABLE; in f2fs_set_inode_flags()
50 new_fl |= S_NOATIME; in f2fs_set_inode_flags()
52 new_fl |= S_DIRSYNC; in f2fs_set_inode_flags()
54 new_fl |= S_ENCRYPTED; in f2fs_set_inode_flags()
56 new_fl |= S_VERITY; in f2fs_set_inode_flags()
58 new_fl |= S_CASEFOLD; in f2fs_set_inode_flags()
59 inode_set_flags(inode, new_fl, in f2fs_set_inode_flags()
[all...]
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dinode.c429 unsigned int new_fl = 0; in nilfs_set_inode_flags() local
432 new_fl |= S_SYNC; in nilfs_set_inode_flags()
434 new_fl |= S_APPEND; in nilfs_set_inode_flags()
436 new_fl |= S_IMMUTABLE; in nilfs_set_inode_flags()
438 new_fl |= S_NOATIME; in nilfs_set_inode_flags()
440 new_fl |= S_DIRSYNC; in nilfs_set_inode_flags()
441 inode_set_flags(inode, new_fl, S_SYNC | S_APPEND | S_IMMUTABLE | in nilfs_set_inode_flags()
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dinode.c425 unsigned int new_fl = 0; in nilfs_set_inode_flags() local
428 new_fl |= S_SYNC; in nilfs_set_inode_flags()
430 new_fl |= S_APPEND; in nilfs_set_inode_flags()
432 new_fl |= S_IMMUTABLE; in nilfs_set_inode_flags()
434 new_fl |= S_NOATIME; in nilfs_set_inode_flags()
436 new_fl |= S_DIRSYNC; in nilfs_set_inode_flags()
437 inode_set_flags(inode, new_fl, S_SYNC | S_APPEND | S_IMMUTABLE | in nilfs_set_inode_flags()
/kernel/linux/linux-6.6/fs/hfsplus/
H A Dinode.c683 unsigned int new_fl = 0; in hfsplus_fileattr_set() local
693 new_fl |= S_IMMUTABLE; in hfsplus_fileattr_set()
696 new_fl |= S_APPEND; in hfsplus_fileattr_set()
698 inode_set_flags(inode, new_fl, S_IMMUTABLE | S_APPEND); in hfsplus_fileattr_set()
/kernel/linux/linux-5.10/fs/ext4/
H A Dinode.c4668 unsigned int new_fl = 0; in ext4_set_inode_flags() local
4673 new_fl |= S_SYNC; in ext4_set_inode_flags()
4675 new_fl |= S_APPEND; in ext4_set_inode_flags()
4677 new_fl |= S_IMMUTABLE; in ext4_set_inode_flags()
4679 new_fl |= S_NOATIME; in ext4_set_inode_flags()
4681 new_fl |= S_DIRSYNC; in ext4_set_inode_flags()
4685 new_fl |= (inode->i_flags & S_DAX); in ext4_set_inode_flags()
4687 new_fl |= S_DAX; in ext4_set_inode_flags()
4690 new_fl |= S_ENCRYPTED; in ext4_set_inode_flags()
4692 new_fl | in ext4_set_inode_flags()
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A Dinode.c4568 unsigned int new_fl = 0; in ext4_set_inode_flags() local
4573 new_fl |= S_SYNC; in ext4_set_inode_flags()
4575 new_fl |= S_APPEND; in ext4_set_inode_flags()
4577 new_fl |= S_IMMUTABLE; in ext4_set_inode_flags()
4579 new_fl |= S_NOATIME; in ext4_set_inode_flags()
4581 new_fl |= S_DIRSYNC; in ext4_set_inode_flags()
4585 new_fl |= (inode->i_flags & S_DAX); in ext4_set_inode_flags()
4587 new_fl |= S_DAX; in ext4_set_inode_flags()
4590 new_fl |= S_ENCRYPTED; in ext4_set_inode_flags()
4592 new_fl | in ext4_set_inode_flags()
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dioctl.c176 unsigned int new_fl = 0; in btrfs_sync_inode_flags_to_i_flags() local
179 new_fl |= S_SYNC; in btrfs_sync_inode_flags_to_i_flags()
181 new_fl |= S_IMMUTABLE; in btrfs_sync_inode_flags_to_i_flags()
183 new_fl |= S_APPEND; in btrfs_sync_inode_flags_to_i_flags()
185 new_fl |= S_NOATIME; in btrfs_sync_inode_flags_to_i_flags()
187 new_fl |= S_DIRSYNC; in btrfs_sync_inode_flags_to_i_flags()
189 new_fl |= S_VERITY; in btrfs_sync_inode_flags_to_i_flags()
193 S_VERITY, new_fl); in btrfs_sync_inode_flags_to_i_flags()
/kernel/linux/linux-5.10/fs/btrfs/
H A 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()

Completed in 34 milliseconds