| /fs/nls/ |
| A D | Kconfig | 45 in so-called DOS codepages. You need to include the appropriate 57 in so-called DOS codepages. You need to include the appropriate 82 so-called DOS codepages. You need to include the appropriate 98 so-called DOS codepages. You need to include the appropriate 113 so-called DOS codepages. You need to include the appropriate 124 so-called DOS codepages. You need to include the appropriate 135 so-called DOS codepages. You need to include the appropriate 146 so-called DOS codepages. You need to include the appropriate 157 so-called DOS codepages. You need to include the appropriate 168 so-called DOS codepages. You need to include the appropriate [all …]
|
| /fs/ceph/ |
| A D | mdsmap.c | 68 size_t need; \ 70 need = sizeof(type) * n; \ 71 ceph_decode_need(p, end, need, bad); \ 72 *p += need; \ 78 size_t need; \ 81 ceph_decode_need(p, end, need, bad); \ 82 *p += need; \ 363 size_t need; in ceph_mdsmap_decode() local 365 need = sizeof(u32) * n; in ceph_mdsmap_decode() 366 ceph_decode_need(p, end, need, bad_ext); in ceph_mdsmap_decode() [all …]
|
| A D | caps.c | 222 have = need; in ceph_reserve_caps() 232 for (i = have; i < need; ) { in ceph_reserve_caps() 262 more_have = need - i; in ceph_reserve_caps() 284 BUG_ON(have + alloc != need); in ceph_reserve_caps() 285 ctx->count = need; in ceph_reserve_caps() 2870 if ((have & need) == need) { in try_get_cap_refs() 2910 *got = need; in try_get_cap_refs() 2939 if (need & ~mds_wanted) { in try_get_cap_refs() 2949 ceph_cap_string(need)); in try_get_cap_refs() 3017 if (need) { in ceph_try_get_caps() [all …]
|
| A D | super.h | 816 struct ceph_cap_reservation *ctx, int need); 1274 int need, int want, loff_t endoff, int *got); 1275 extern int ceph_get_caps(struct file *filp, int need, int want, 1278 int need, int want, bool nonblock, int *got); 1291 extern int ceph_pool_perm_check(struct inode *inode, int need);
|
| /fs/configfs/ |
| A D | item.c | 52 int need; in config_item_set_name() local 60 need = vsnprintf(item->ci_namebuf, limit, fmt, args); in config_item_set_name() 62 if (need < limit) in config_item_set_name()
|
| /fs/qnx4/ |
| A D | Kconfig | 15 If you don't know whether you need it, then you don't need it:
|
| /fs/qnx6/ |
| A D | Kconfig | 17 If you don't know whether you need it, then you don't need it:
|
| /fs/autofs/ |
| A D | Kconfig | 10 To use the automounter you need the user-space tools from 19 local network, you probably do not need an automounter, and can say
|
| /fs/nfsd/ |
| A D | Kconfig | 24 To export local file systems using NFS, you also need to install 44 need this. 69 To store ACLs on your NFS server, you also need to enable ACL- 88 To export files using NFSv4, you need to install additional user 177 and will be removed in the future. Say Y here if you need support
|
| A D | filecache.c | 211 nfsd_file_alloc(struct net *net, struct inode *inode, unsigned char need, in nfsd_file_alloc() argument 232 nf->nf_may = need; in nfsd_file_alloc() 1013 struct inode *inode, unsigned char need, in nfsd_file_lookup_locked() argument 1022 if (nf->nf_may != need) in nfsd_file_lookup_locked() 1080 unsigned char need = may_flags & NFSD_FILE_MAY_MASK; in nfsd_file_do_acquire() local 1101 nf = nfsd_file_lookup_locked(net, current_cred(), inode, need, want_gc); in nfsd_file_do_acquire() 1107 new = nfsd_file_alloc(net, inode, need, want_gc); in nfsd_file_do_acquire() 1115 nf = nfsd_file_lookup_locked(net, current_cred(), inode, need, want_gc); in nfsd_file_do_acquire()
|
| /fs/coda/ |
| A D | Kconfig | 15 *client*. You will need user level code as well, both for the 16 client and server. Servers are currently user level, i.e. they need
|
| /fs/romfs/ |
| A D | Kconfig | 16 If you don't know whether you need it, then you don't need it:
|
| /fs/cachefiles/ |
| A D | io.c | 678 size_t need = CACHEFILES_DIO_BLOCK_SIZE - part; in cachefiles_issue_write() local 680 if (part && stream->submit_extendable_to >= need) { in cachefiles_issue_write() 681 len += need; in cachefiles_issue_write() 682 subreq->len += need; in cachefiles_issue_write() 683 subreq->io_iter.count += need; in cachefiles_issue_write()
|
| /fs/quota/ |
| A D | Kconfig | 14 journaled quotas for which you don't need to run quotacheck(8) after 65 also supports 64-bit inode and block quota limits. If you need this
|
| /fs/fat/ |
| A D | Kconfig | 22 mtools ("man mtools") program suite. You don't need to say Y here in 25 If you need to move large files on floppies between a DOS and a 103 Enable any character sets you need in File Systems/Native Language
|
| /fs/ |
| A D | Kconfig.binfmt | 150 programs that need an interpreter to run like Java, Python, .NET or 164 To use binfmt_misc, you will need to mount it: 177 need debugging or only ever run flawless code.
|
| A D | coredump.c | 124 int free, need; in cn_vprintf() local 131 need = vsnprintf(cn->corename + cn->used, free, fmt, arg_copy); in cn_vprintf() 134 if (need < free) { in cn_vprintf() 135 cn->used += need; in cn_vprintf() 139 if (!expand_corename(cn, cn->size + need - free + 1)) in cn_vprintf()
|
| /fs/hpfs/ |
| A D | Kconfig | 12 floppies however are in regular MSDOS format, so you don't need this
|
| /fs/notify/fanotify/ |
| A D | Kconfig | 22 listeners which need to scan files before allowing the system access to
|
| /fs/jffs2/ |
| A D | README.Locking | 50 before calling a function which may need to allocate space. The 51 allocation may trigger garbage-collection, which may need to move a 109 if we need to deal with wrapping after 4 milliard inode numbers are used.
|
| /fs/dlm/ |
| A D | member.c | 167 int need = 0; in dlm_slots_assign() local 194 need++; in dlm_slots_assign() 213 array_size = max + need; in dlm_slots_assign()
|
| /fs/bfs/ |
| A D | Kconfig | 12 on your /stand slice from within Linux. You then also need to say Y
|
| /fs/affs/ |
| A D | Kconfig | 20 If you want to do this, you will also need to say Y or M to "Loop
|
| /fs/xfs/libxfs/ |
| A D | xfs_alloc.c | 2408 xfs_extlen_t need, in xfs_alloc_longest_free_extent() argument 2417 if (need > pag->pagf_flcount) in xfs_alloc_longest_free_extent() 2418 delta = need - pag->pagf_flcount; in xfs_alloc_longest_free_extent() 2837 xfs_extlen_t need; /* total blocks needed in freelist */ in xfs_alloc_fix_freelist() local 2865 need = xfs_alloc_min_freelist(mp, pag); in xfs_alloc_fix_freelist() 2866 if (!xfs_alloc_space_available(args, need, alloc_flags | in xfs_alloc_fix_freelist() 2889 need = xfs_alloc_min_freelist(mp, pag); in xfs_alloc_fix_freelist() 2890 if (!xfs_alloc_space_available(args, need, alloc_flags)) in xfs_alloc_fix_freelist() 2932 pag->pagf_flcount > need) { in xfs_alloc_fix_freelist() 2966 while (pag->pagf_flcount < need) { in xfs_alloc_fix_freelist() [all …]
|
| /fs/xfs/ |
| A D | Kconfig | 22 system of your root partition is compiled as a module, you'll need 87 filesystem to be migrated between Linux and IRIX without any need 168 timers and the need to merge per-invocation information into the
|