Home
last modified time | relevance | path

Searched refs:set (Results 1 – 25 of 84) sorted by relevance

1234

/fs/btrfs/
Dsysfs.c89 enum btrfs_feature_set set) in get_features() argument
92 if (set == FEAT_COMPAT) in get_features()
94 else if (set == FEAT_COMPAT_RO) in get_features()
101 enum btrfs_feature_set set, u64 features) in set_features() argument
104 if (set == FEAT_COMPAT) in set_features()
106 else if (set == FEAT_COMPAT_RO) in set_features()
115 u64 set, clear; in can_modify_feature() local
118 set = BTRFS_FEATURE_COMPAT_SAFE_SET; in can_modify_feature()
122 set = BTRFS_FEATURE_COMPAT_RO_SAFE_SET; in can_modify_feature()
126 set = BTRFS_FEATURE_INCOMPAT_SAFE_SET; in can_modify_feature()
[all …]
Dsysfs.h15 char *btrfs_printable_features(enum btrfs_feature_set set, u64 flags);
16 const char * const btrfs_feature_set_name(enum btrfs_feature_set set);
28 u64 bit, enum btrfs_feature_set set);
Dxattr.c406 .set = btrfs_xattr_handler_set,
412 .set = btrfs_xattr_handler_set,
418 .set = btrfs_xattr_handler_set,
424 .set = btrfs_xattr_handler_set_prop,
/fs/proc/
Dproc_sysctl.c74 .set = &sysctl_table_root.default_set,
187 struct ctl_table_root *root, struct ctl_table_set *set, in init_header() argument
197 head->set = set; in init_header()
361 struct ctl_table_set *set = &root->default_set; in lookup_header_set() local
363 set = root->lookup(root); in lookup_header_set()
364 return set; in lookup_header_set()
911 struct ctl_table_set *set = p->set; in sysctl_is_seen() local
916 else if (!set->is_seen) in sysctl_is_seen()
919 res = set->is_seen(set); in sysctl_is_seen()
964 static struct ctl_dir *new_dir(struct ctl_table_set *set, in new_dir() argument
[all …]
Darray.c230 sigset_t *set) in render_sigset_t() argument
241 if (sigismember(set, i+1)) x |= 1; in render_sigset_t()
242 if (sigismember(set, i+2)) x |= 2; in render_sigset_t()
243 if (sigismember(set, i+3)) x |= 4; in render_sigset_t()
244 if (sigismember(set, i+4)) x |= 8; in render_sigset_t()
/fs/
Dfile.c52 unsigned int cpy, set; in copy_fd_bitmaps() local
55 set = (nfdt->max_fds - count) / BITS_PER_BYTE; in copy_fd_bitmaps()
57 memset((char *)nfdt->open_fds + cpy, 0, set); in copy_fd_bitmaps()
59 memset((char *)nfdt->close_on_exec + cpy, 0, set); in copy_fd_bitmaps()
62 set = BITBIT_SIZE(nfdt->max_fds) - cpy; in copy_fd_bitmaps()
64 memset((char *)nfdt->full_fds_bits + cpy, 0, set); in copy_fd_bitmaps()
73 unsigned int cpy, set; in copy_fdtable() local
78 set = (nfdt->max_fds - ofdt->max_fds) * sizeof(struct file *); in copy_fdtable()
80 memset((char *)nfdt->fd + cpy, 0, set); in copy_fdtable()
379 unsigned long set; in close_files() local
[all …]
Dselect.c422 unsigned long set; in max_select_fd() local
427 set = ~(~0UL << (n & (BITS_PER_LONG-1))); in max_select_fd()
432 if (set) { in max_select_fd()
433 set &= BITS(fds, n); in max_select_fd()
434 if (set) { in max_select_fd()
435 if (!(set & ~*open_fds)) in max_select_fd()
443 set = BITS(fds, n); in max_select_fd()
444 if (!set) in max_select_fd()
446 if (set & ~*open_fds) in max_select_fd()
453 set >>= 1; in max_select_fd()
[all …]
Dlibfs.c808 int (*set)(void *, u64); member
819 int (*get)(void *, u64 *), int (*set)(void *, u64), in simple_attr_open()
829 attr->set = set; in simple_attr_open()
893 if (!attr->set) in simple_attr_write()
907 ret = attr->set(attr->data, val); in simple_attr_write()
/fs/ocfs2/
Dexport.c42 int status, set; in ocfs2_get_dentry() local
70 status = ocfs2_test_inode_bit(osb, blkno, &set); in ocfs2_get_dentry()
84 trace_ocfs2_get_dentry_test_bit(status, set); in ocfs2_get_dentry()
86 if (!set) { in ocfs2_get_dentry()
137 int set; in ocfs2_get_parent() local
163 status = ocfs2_test_inode_bit(OCFS2_SB(dir->i_sb), blkno, &set); in ocfs2_get_parent()
173 trace_ocfs2_get_dentry_test_bit(status, set); in ocfs2_get_parent()
174 if (!set) { in ocfs2_get_parent()
/fs/afs/
Daddr_list.c356 unsigned long set, failed; in afs_iterate_addresses() local
362 set = ac->alist->responded; in afs_iterate_addresses()
364 _enter("%lx-%lx-%lx,%d", set, failed, ac->tried, ac->index); in afs_iterate_addresses()
368 set &= ~(failed | ac->tried); in afs_iterate_addresses()
370 if (!set) in afs_iterate_addresses()
374 if (test_bit(index, &set)) in afs_iterate_addresses()
377 index = __ffs(set); in afs_iterate_addresses()
/fs/cifs/
Dxattr.c354 .set = cifs_xattr_set,
362 .set = cifs_xattr_set,
369 .set = cifs_xattr_set,
382 .set = cifs_xattr_set,
389 .set = cifs_xattr_set,
396 .set = cifs_xattr_set,
/fs/9p/
Dxattr.c163 .set = v9fs_xattr_handler_set,
169 .set = v9fs_xattr_handler_set,
176 .set = v9fs_xattr_handler_set,
/fs/efivarfs/
Dfile.c24 bool set = false; in efivarfs_file_write() local
40 data, &set); in efivarfs_file_write()
41 if (!set && bytes) { in efivarfs_file_write()
/fs/xfs/
Dxfs_xattr.c91 .set = xfs_xattr_set,
98 .set = xfs_xattr_set,
105 .set = xfs_xattr_set,
/fs/fat/
DKconfig83 This option should be set to the codepage of your FAT filesystems.
92 Set this to the default input/output character set you'd
93 like FAT to use. It should probably match the character set
97 If unsure, you shouldn't set "utf8" here - select the next option
109 Set this if you would like to have "utf8" mount option set
/fs/f2fs/
Dnode.c217 nid_t set = NAT_BLOCK_OFFSET(ne->ni.nid); in __grab_nat_entry_set() local
220 head = radix_tree_lookup(&nm_i->nat_set_root, set); in __grab_nat_entry_set()
226 head->set = set; in __grab_nat_entry_set()
228 f2fs_radix_tree_insert(&nm_i->nat_set_root, set, head); in __grab_nat_entry_set()
268 struct nat_entry_set *set, struct nat_entry *ne) in __clear_nat_cache_dirty() argument
275 set->entry_cnt--; in __clear_nat_cache_dirty()
2104 bool set, bool build) in update_free_nid_bitmap() argument
2113 if (set) { in update_free_nid_bitmap()
2789 struct nat_entry_set *set, struct cp_control *cpc) in __flush_nat_entry_set() argument
2793 nid_t start_nid = set->set * NAT_ENTRY_PER_BLOCK; in __flush_nat_entry_set()
[all …]
Dnode.h85 unsigned int type, bool set) in set_nat_flag() argument
88 if (set) in set_nat_flag()
153 nid_t set; /* set number*/ member
Dxattr.c145 .set = f2fs_xattr_generic_set,
153 .set = f2fs_xattr_generic_set,
160 .set = f2fs_xattr_advise_set,
167 .set = f2fs_xattr_generic_set,
/fs/fuse/
Dxattr.c218 .set = fuse_xattr_set,
238 .set = no_xattr_set,
246 .set = no_xattr_set,
/fs/overlayfs/
Doverlayfs.h320 struct dentry *real, bool is_upper, bool set);
333 struct dentry *origin, bool set) in ovl_verify_origin() argument
335 return ovl_verify_set_fh(upper, OVL_XATTR_ORIGIN, origin, false, set); in ovl_verify_origin()
339 struct dentry *upper, bool set) in ovl_verify_upper() argument
341 return ovl_verify_set_fh(index, OVL_XATTR_UPPER, upper, true, set); in ovl_verify_upper()
/fs/hfs/
Dattr.c138 .set = hfs_xattr_set,
145 .set = hfs_xattr_set,
/fs/nls/
DKconfig287 character set.
296 character set, which works for most Latin-written Slavic and Central
326 set, which covers most West European languages such as Albanian,
338 set, which works for most Latin-written Slavic and Central European
349 set, which is popular with authors of Esperanto, Galician, Maltese,
359 set which introduces letters for Estonian, Latvian, and
369 character set with which you can type Bulgarian, Belarusian,
380 character set.
389 Greek character set.
398 set, and it replaces the rarely needed Icelandic letters in Latin 1
[all …]
/fs/ufs/
DKconfig23 NeXT character set to the Latin1 character set; use the program
/fs/omfs/
Dbitmap.c49 int nbits, int bit, int count, int set) in set_run()
73 if (set) { in set_run()
/fs/cramfs/
DREADME52 When the CRAMFS_FLAG_EXT_BLOCK_POINTERS capability bit is set, each
75 corresponding CRAMFS_BLK_FLAG_UNCOMPRESSED <block_ptr> bit is not set,
87 If CRAMFS_BLK_FLAG_DIRECT_PTR is set and CRAMFS_BLK_FLAG_UNCOMPRESSED
88 is not set then the first 2 bytes of the block contains the size of the

1234