Home
last modified time | relevance | path

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

1234

/fs/btrfs/
Dsysfs.c39 enum btrfs_feature_set set) in get_features() argument
42 if (set == FEAT_COMPAT) in get_features()
44 else if (set == FEAT_COMPAT_RO) in get_features()
51 enum btrfs_feature_set set, u64 features) in set_features() argument
54 if (set == FEAT_COMPAT) in set_features()
56 else if (set == FEAT_COMPAT_RO) in set_features()
65 u64 set, clear; in can_modify_feature() local
68 set = BTRFS_FEATURE_COMPAT_SAFE_SET; in can_modify_feature()
72 set = BTRFS_FEATURE_COMPAT_RO_SAFE_SET; in can_modify_feature()
76 set = BTRFS_FEATURE_INCOMPAT_SAFE_SET; in can_modify_feature()
[all …]
Dsysfs.h82 char *btrfs_printable_features(enum btrfs_feature_set set, u64 flags);
95 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.c69 .set = &sysctl_table_root.default_set,
182 struct ctl_table_root *root, struct ctl_table_set *set, in init_header() argument
192 head->set = set; in init_header()
356 struct ctl_table_set *set = &root->default_set; in lookup_header_set() local
358 set = root->lookup(root); in lookup_header_set()
359 return set; in lookup_header_set()
884 struct ctl_table_set *set = p->set; in sysctl_is_seen() local
889 else if (!set->is_seen) in sysctl_is_seen()
892 res = set->is_seen(set); in sysctl_is_seen()
937 static struct ctl_dir *new_dir(struct ctl_table_set *set, in new_dir() argument
[all …]
Darray.c235 sigset_t *set) in render_sigset_t() argument
246 if (sigismember(set, i+1)) x |= 1; in render_sigset_t()
247 if (sigismember(set, i+2)) x |= 2; in render_sigset_t()
248 if (sigismember(set, i+3)) x |= 4; in render_sigset_t()
249 if (sigismember(set, i+4)) x |= 8; in render_sigset_t()
/fs/
Dfile.c57 unsigned int cpy, set; in copy_fd_bitmaps() local
60 set = (nfdt->max_fds - count) / BITS_PER_BYTE; in copy_fd_bitmaps()
62 memset((char *)nfdt->open_fds + cpy, 0, set); in copy_fd_bitmaps()
64 memset((char *)nfdt->close_on_exec + cpy, 0, set); in copy_fd_bitmaps()
67 set = BITBIT_SIZE(nfdt->max_fds) - cpy; in copy_fd_bitmaps()
69 memset((char *)nfdt->full_fds_bits + cpy, 0, set); in copy_fd_bitmaps()
78 unsigned int cpy, set; in copy_fdtable() local
83 set = (nfdt->max_fds - ofdt->max_fds) * sizeof(struct file *); in copy_fdtable()
85 memset((char *)nfdt->fd + cpy, 0, set); in copy_fdtable()
384 unsigned long set; in close_files() local
[all …]
Dselect.c398 unsigned long set; in max_select_fd() local
403 set = ~(~0UL << (n & (BITS_PER_LONG-1))); in max_select_fd()
408 if (set) { in max_select_fd()
409 set &= BITS(fds, n); in max_select_fd()
410 if (set) { in max_select_fd()
411 if (!(set & ~*open_fds)) in max_select_fd()
419 set = BITS(fds, n); in max_select_fd()
420 if (!set) in max_select_fd()
422 if (set & ~*open_fds) in max_select_fd()
429 set >>= 1; in max_select_fd()
[all …]
Dlibfs.c789 int (*set)(void *, u64); member
800 int (*get)(void *, u64 *), int (*set)(void *, u64), in simple_attr_open()
810 attr->set = set; in simple_attr_open()
876 if (!attr->set) in simple_attr_write()
890 ret = attr->set(attr->data, val); in simple_attr_write()
/fs/ocfs2/
Dexport.c56 int status, set; in ocfs2_get_dentry() local
84 status = ocfs2_test_inode_bit(osb, blkno, &set); in ocfs2_get_dentry()
98 trace_ocfs2_get_dentry_test_bit(status, set); in ocfs2_get_dentry()
100 if (!set) { in ocfs2_get_dentry()
151 int set; in ocfs2_get_parent() local
177 status = ocfs2_test_inode_bit(OCFS2_SB(dir->i_sb), blkno, &set); in ocfs2_get_parent()
187 trace_ocfs2_get_dentry_test_bit(status, set); in ocfs2_get_parent()
188 if (!set) { in ocfs2_get_parent()
/fs/cifs/
Dxattr.c348 .set = cifs_xattr_set,
356 .set = cifs_xattr_set,
363 .set = cifs_xattr_set,
370 .set = cifs_xattr_set,
377 .set = cifs_xattr_set,
/fs/efivarfs/
Dfile.c26 bool set = false; in efivarfs_file_write() local
42 data, &set); in efivarfs_file_write()
43 if (!set && bytes) { in efivarfs_file_write()
/fs/9p/
Dxattr.c162 .set = v9fs_xattr_handler_set,
168 .set = v9fs_xattr_handler_set,
175 .set = v9fs_xattr_handler_set,
/fs/xfs/
Dxfs_xattr.c105 .set = xfs_xattr_set,
112 .set = xfs_xattr_set,
119 .set = xfs_xattr_set,
/fs/fat/
DKconfig82 This option should be set to the codepage of your FAT filesystems.
91 Set this to the default input/output character set you'd
92 like FAT to use. It should probably match the character set
96 If unsure, you shouldn't set "utf8" here - select the next option
108 Set this if you would like to have "utf8" mount option set
/fs/f2fs/
Dnode.c218 nid_t set = NAT_BLOCK_OFFSET(ne->ni.nid); in __grab_nat_entry_set() local
221 head = radix_tree_lookup(&nm_i->nat_set_root, set); in __grab_nat_entry_set()
227 head->set = set; in __grab_nat_entry_set()
229 f2fs_radix_tree_insert(&nm_i->nat_set_root, set, head); in __grab_nat_entry_set()
269 struct nat_entry_set *set, struct nat_entry *ne) in __clear_nat_cache_dirty() argument
276 set->entry_cnt--; in __clear_nat_cache_dirty()
2044 bool set, bool build) in update_free_nid_bitmap() argument
2053 if (set) { in update_free_nid_bitmap()
2728 struct nat_entry_set *set, struct cp_control *cpc) in __flush_nat_entry_set() argument
2732 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
/fs/hfs/
Dattr.c138 .set = hfs_xattr_set,
145 .set = hfs_xattr_set,
/fs/nls/
DKconfig286 character set.
295 character set, which works for most Latin-written Slavic and Central
325 set, which covers most West European languages such as Albanian,
337 set, which works for most Latin-written Slavic and Central European
348 set, which is popular with authors of Esperanto, Galician, Maltese,
358 set which introduces letters for Estonian, Latvian, and
368 character set with which you can type Bulgarian, Belarusian,
379 character set.
388 Greek character set.
397 set, and it replaces the rarely needed Icelandic letters in Latin 1
[all …]
/fs/ufs/
DKconfig22 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/jffs2/
Dxattr_user.c38 .set = jffs2_user_setxattr,
Dxattr_trusted.c44 .set = jffs2_trusted_setxattr,
/fs/hfsplus/
Dxattr_trusted.c36 .set = hfsplus_trusted_setxattr,
Dxattr_user.c36 .set = hfsplus_user_setxattr,
/fs/ext4/
Dxattr_trusted.c45 .set = ext4_xattr_trusted_set,

1234