Home
last modified time | relevance | path

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

123

/fs/
Dselect.c322 unsigned long set; in max_select_fd() local
327 set = ~(~0UL << (n & (__NFDBITS-1))); in max_select_fd()
332 if (set) { in max_select_fd()
333 set &= BITS(fds, n); in max_select_fd()
334 if (set) { in max_select_fd()
335 if (!(set & ~*open_fds)) in max_select_fd()
343 set = BITS(fds, n); in max_select_fd()
344 if (!set) in max_select_fd()
346 if (set & ~*open_fds) in max_select_fd()
353 set >>= 1; in max_select_fd()
[all …]
Dfile.c122 unsigned int cpy, set; in copy_fdtable() local
127 set = (nfdt->max_fds - ofdt->max_fds) * sizeof(struct file *); in copy_fdtable()
129 memset((char *)(nfdt->fd) + cpy, 0, set); in copy_fdtable()
132 set = (nfdt->max_fds - ofdt->max_fds) / BITS_PER_BYTE; in copy_fdtable()
134 memset((char *)(nfdt->open_fds) + cpy, 0, set); in copy_fdtable()
136 memset((char *)(nfdt->close_on_exec) + cpy, 0, set); in copy_fdtable()
Dlibfs.c627 int (*set)(void *, u64); member
638 int (*get)(void *, u64 *), int (*set)(void *, u64), in simple_attr_open()
648 attr->set = set; in simple_attr_open()
709 if (!attr->set) in simple_attr_write()
724 attr->set(attr->data, val); in simple_attr_write()
/fs/xfs/linux-2.6/
Dxfs_xattr.c84 .set = xfs_xattr_system_set,
152 .set = xfs_xattr_user_set,
173 .set = xfs_xattr_trusted_set,
194 .set = xfs_xattr_secure_set,
/fs/proc/
Darray.c210 sigset_t *set) in render_sigset_t() argument
221 if (sigismember(set, i+1)) x |= 1; in render_sigset_t()
222 if (sigismember(set, i+2)) x |= 2; in render_sigset_t()
223 if (sigismember(set, i+3)) x |= 4; in render_sigset_t()
224 if (sigismember(set, i+4)) x |= 8; in render_sigset_t()
/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/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.
/fs/ufs/
DKconfig22 NeXT character set to the Latin1 character set; use the program
/fs/nfs/
Ddir.c1823 static void nfs_access_add_rbtree(struct inode *inode, struct nfs_access_entry *set) in nfs_access_add_rbtree() argument
1836 if (set->cred < entry->cred) in nfs_access_add_rbtree()
1838 else if (set->cred > entry->cred) in nfs_access_add_rbtree()
1843 rb_link_node(&set->rb_node, parent, p); in nfs_access_add_rbtree()
1844 rb_insert_color(&set->rb_node, root_node); in nfs_access_add_rbtree()
1845 list_add_tail(&set->lru, &nfsi->access_cache_entry_lru); in nfs_access_add_rbtree()
1849 rb_replace_node(parent, &set->rb_node, root_node); in nfs_access_add_rbtree()
1850 list_add_tail(&set->lru, &nfsi->access_cache_entry_lru); in nfs_access_add_rbtree()
1856 static void nfs_access_add_cache(struct inode *inode, struct nfs_access_entry *set) in nfs_access_add_cache() argument
1862 cache->jiffies = set->jiffies; in nfs_access_add_cache()
[all …]
/fs/cifs/
DREADME156 The CIFS client can get and set POSIX ACLs (getfacl, setfacl) to Samba servers
243 Linux allows a slightly wider set of valid characters in filenames. Windows
319 set from a minimum of 2048 to a maximum of 130048 (127K or
394 the client will attempt to set the effective uid and gid of
402 nosetuids The client will not attempt to set the uid and gid on
407 the client) set the uid and gid is the default. If the CIFS
432 nouser_xattr Do not allow getfattr/setfattr to get/set/list xattrs
554 MultiuserMount If set to one, more than one CIFS session to
559 PacketSigningEnabled If set to one, cifs packet signing is enabled
561 it. If set to two, cifs packet signing is
[all …]
/fs/omfs/
Dbitmap.c48 int nbits, int bit, int count, int set) in set_run()
72 if (set) { in set_run()
/fs/ntfs/
DChangeLog98 with @is_extension set to TRUE and remove the runlist terminator
179 index entry is in the index root, we forgot to set the @ir pointer in
253 enable bit which is set appropriately and a per inode sparse disable
280 checked and set in the ntfs inode as done for compressed files and
354 PageUptodate is then set again. It then analyses the page looking
374 that Process 1 set PageUptodate() again and use the page.
383 - Fix bug in mft record writing where we forgot to set the device in
394 fs/ntfs/inode.c::ntfs_truncate() to set and clear it appropriately.
429 - Rewrite handling of multi sector transfer errors. We now do not set
491 now set the buffers belonging to the mft record dirty as well as the
[all …]
/fs/jffs2/
Dxattr_trusted.c51 .set = jffs2_trusted_setxattr,
Dxattr_user.c51 .set = jffs2_user_setxattr,
Dsecurity.c81 .set = jffs2_security_setxattr,
/fs/reiserfs/
Dxattr_security.c62 .set = security_set,
Dxattr_user.c63 .set = user_set,
Dxattr_trusted.c75 .set = trusted_set,
/fs/ext3/
Dxattr_trusted.c58 .set = ext3_xattr_trusted_set,
Dxattr_user.c60 .set = ext3_xattr_user_set,
/fs/ext4/
Dxattr_trusted.c58 .set = ext4_xattr_trusted_set,
Dxattr_user.c60 .set = ext4_xattr_user_set,
/fs/ext2/
Dxattr_trusted.c57 .set = ext2_xattr_trusted_set,
Dxattr_user.c60 .set = ext2_xattr_user_set,
/fs/btrfs/
Dacl.c325 .set = btrfs_xattr_acl_default_set,
331 .set = btrfs_xattr_acl_access_set,

123