Home
last modified time | relevance | path

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

/linux/fs/jfs/
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()
/linux/fs/
A Dlocks.c967 if (!new_fl) in flock_lock_inode()
1008 new_fl = NULL; in flock_lock_inode()
1014 if (new_fl) in flock_lock_inode()
1172 if (!new_fl) in posix_lock_inode()
1176 request = new_fl; in posix_lock_inode()
1177 new_fl = NULL; in posix_lock_inode()
1202 if (!new_fl) { in posix_lock_inode()
1209 fl = new_fl; in posix_lock_inode()
1210 new_fl = NULL; in posix_lock_inode()
1235 if (new_fl) in posix_lock_inode()
[all …]
/linux/drivers/mtd/parsers/
A Dredboot.c193 struct fis_list *new_fl, **prev; in parse_redboot_partitions() local
205 new_fl = kmalloc(sizeof(struct fis_list), GFP_KERNEL); in parse_redboot_partitions()
207 if (!new_fl) { in parse_redboot_partitions()
211 new_fl->img = &buf[i]; in parse_redboot_partitions()
221 while (*prev && (*prev)->img->flash_base < new_fl->img->flash_base) in parse_redboot_partitions()
223 new_fl->next = *prev; in parse_redboot_partitions()
224 *prev = new_fl; in parse_redboot_partitions()
/linux/fs/f2fs/
A Dinode.c39 unsigned int new_fl = 0; in f2fs_set_inode_flags() local
42 new_fl |= S_SYNC; in f2fs_set_inode_flags()
44 new_fl |= S_APPEND; in f2fs_set_inode_flags()
46 new_fl |= S_IMMUTABLE; in f2fs_set_inode_flags()
48 new_fl |= S_NOATIME; in f2fs_set_inode_flags()
50 new_fl |= S_DIRSYNC; in f2fs_set_inode_flags()
52 new_fl |= S_ENCRYPTED; in f2fs_set_inode_flags()
54 new_fl |= S_VERITY; in f2fs_set_inode_flags()
56 new_fl |= S_CASEFOLD; in f2fs_set_inode_flags()
57 inode_set_flags(inode, new_fl, in f2fs_set_inode_flags()
/linux/fs/nilfs2/
A Dinode.c409 unsigned int new_fl = 0; in nilfs_set_inode_flags() local
412 new_fl |= S_SYNC; in nilfs_set_inode_flags()
414 new_fl |= S_APPEND; in nilfs_set_inode_flags()
416 new_fl |= S_IMMUTABLE; in nilfs_set_inode_flags()
418 new_fl |= S_NOATIME; in nilfs_set_inode_flags()
420 new_fl |= S_DIRSYNC; in nilfs_set_inode_flags()
421 inode_set_flags(inode, new_fl, S_SYNC | S_APPEND | S_IMMUTABLE | in nilfs_set_inode_flags()
/linux/fs/hfsplus/
A Dinode.c661 unsigned int new_fl = 0; in hfsplus_fileattr_set() local
671 new_fl |= S_IMMUTABLE; in hfsplus_fileattr_set()
674 new_fl |= S_APPEND; in hfsplus_fileattr_set()
676 inode_set_flags(inode, new_fl, S_IMMUTABLE | S_APPEND); in hfsplus_fileattr_set()
/linux/fs/ext4/
A Dinode.c4588 unsigned int new_fl = 0; in ext4_set_inode_flags() local
4593 new_fl |= S_SYNC; in ext4_set_inode_flags()
4595 new_fl |= S_APPEND; in ext4_set_inode_flags()
4597 new_fl |= S_IMMUTABLE; in ext4_set_inode_flags()
4599 new_fl |= S_NOATIME; in ext4_set_inode_flags()
4601 new_fl |= S_DIRSYNC; in ext4_set_inode_flags()
4607 new_fl |= S_DAX; in ext4_set_inode_flags()
4610 new_fl |= S_ENCRYPTED; in ext4_set_inode_flags()
4612 new_fl |= S_CASEFOLD; in ext4_set_inode_flags()
4614 new_fl |= S_VERITY; in ext4_set_inode_flags()
[all …]
/linux/fs/btrfs/
A Dioctl.c146 unsigned int new_fl = 0; in btrfs_sync_inode_flags_to_i_flags() local
149 new_fl |= S_SYNC; in btrfs_sync_inode_flags_to_i_flags()
151 new_fl |= S_IMMUTABLE; in btrfs_sync_inode_flags_to_i_flags()
153 new_fl |= S_APPEND; in btrfs_sync_inode_flags_to_i_flags()
155 new_fl |= S_NOATIME; in btrfs_sync_inode_flags_to_i_flags()
157 new_fl |= S_DIRSYNC; in btrfs_sync_inode_flags_to_i_flags()
159 new_fl |= S_VERITY; in btrfs_sync_inode_flags_to_i_flags()
163 S_VERITY, new_fl); in btrfs_sync_inode_flags_to_i_flags()

Completed in 40 milliseconds