/fs/ceph/ |
D | mdsmap.c | 67 size_t need; \ 69 need = sizeof(type) * n; \ 70 ceph_decode_need(p, end, need, bad); \ 71 *p += need; \ 77 size_t need; \ 79 need = (sizeof(ktype) + sizeof(vtype)) * n; \ 80 ceph_decode_need(p, end, need, bad); \ 81 *p += need; \ 361 size_t need; in ceph_mdsmap_decode() local 363 need = sizeof(u32) * n; in ceph_mdsmap_decode() [all …]
|
D | caps.c | 201 struct ceph_cap_reservation *ctx, int need) in ceph_reserve_caps() argument 213 dout("reserve caps ctx=%p need=%d\n", ctx, need); in ceph_reserve_caps() 217 if (mdsc->caps_avail_count >= need) in ceph_reserve_caps() 218 have = need; in ceph_reserve_caps() 228 for (i = have; i < need; ) { in ceph_reserve_caps() 245 max_caps = s->s_nr_caps - (need - i); in ceph_reserve_caps() 257 if (mdsc->caps_avail_count >= need - i) in ceph_reserve_caps() 258 more_have = need - i; in ceph_reserve_caps() 274 ctx, need, have + alloc); in ceph_reserve_caps() 280 BUG_ON(have + alloc != need); in ceph_reserve_caps() [all …]
|
/fs/nls/ |
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 69 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 [all …]
|
/fs/configfs/ |
D | item.c | 54 int need; in config_item_set_name() local 62 need = vsnprintf(item->ci_namebuf, limit, fmt, args); in config_item_set_name() 64 if (need < limit) in config_item_set_name()
|
/fs/qnx4/ |
D | Kconfig | 14 If you don't know whether you need it, then you don't need it:
|
/fs/qnx6/ |
D | Kconfig | 16 If you don't know whether you need it, then you don't need it:
|
/fs/coda/ |
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/autofs/ |
D | Kconfig | 22 To use the automounter you need the user-space tools from 31 local network, you probably do not need an automounter, and can say
|
/fs/ |
D | Kconfig.binfmt | 149 who need to run binaries from that era. 174 this to work, you need to have the emulator /usr/bin/em86 in place. 188 programs that need an interpreter to run like Java, Python, .NET or 202 To use binfmt_misc, you will need to mount it: 215 need debugging or only ever run flawless code.
|
D | coredump.c | 86 int free, need; in cn_vprintf() local 93 need = vsnprintf(cn->corename + cn->used, free, fmt, arg_copy); in cn_vprintf() 96 if (need < free) { in cn_vprintf() 97 cn->used += need; in cn_vprintf() 101 if (!expand_corename(cn, cn->size + need - free + 1)) in cn_vprintf()
|
D | Kconfig | 56 on this option will compile in support for DAX; you will need to 183 If you've selected TMPFS, it's possible that you'll also need 186 For example, some distros need this feature for ALSA-related /dev 201 You need this for POSIX ACL support on tmpfs.
|
/fs/romfs/ |
D | Kconfig | 16 If you don't know whether you need it, then you don't need it:
|
/fs/sysv/ |
D | Kconfig | 22 network using NFS, you don't need the System V file system support 23 (but you need NFS file system support obviously).
|
/fs/jffs2/ |
D | TODO | 11 - checkpointing (do we need this? scan is quite fast) 29 the full dirent, we only need to go to the flash in lookup() when we think we've
|
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/verity/ |
D | Kconfig | 24 various use cases where normally the whole file would need to 56 need to check that the verity bit is set in order to get an
|
/fs/quota/ |
D | Kconfig | 16 you don't need to run quotacheck(8) after an unclean shutdown. 67 also supports 64-bit inode and block quota limits. If you need this
|
/fs/fat/ |
D | Kconfig | 20 mtools ("man mtools") program suite. You don't need to say Y here in 23 If you need to move large files on floppies between a DOS and a 101 Enable any character sets you need in File Systems/Native Language
|
/fs/nfsd/ |
D | Kconfig | 21 To export local file systems using NFS, you also need to install 65 To store ACLs on your NFS server, you also need to enable ACL- 84 To export files using NFSv4, you need to install additional user
|
/fs/befs/ |
D | TODO | 12 * See if we really need separate types for on-disk and in-memory
|
/fs/xfs/libxfs/ |
D | xfs_alloc.c | 2213 xfs_extlen_t need, in xfs_alloc_longest_free_extent() argument 2222 if (need > pag->pagf_flcount) in xfs_alloc_longest_free_extent() 2223 delta = need - pag->pagf_flcount; in xfs_alloc_longest_free_extent() 2493 xfs_extlen_t need; /* total blocks needed in freelist */ in xfs_alloc_fix_freelist() local 2520 need = xfs_alloc_min_freelist(mp, pag); in xfs_alloc_fix_freelist() 2521 if (!xfs_alloc_space_available(args, need, flags | in xfs_alloc_fix_freelist() 2544 need = xfs_alloc_min_freelist(mp, pag); in xfs_alloc_fix_freelist() 2545 if (!xfs_alloc_space_available(args, need, flags)) in xfs_alloc_fix_freelist() 2578 while (!(flags & XFS_ALLOC_FLAG_NOSHRINK) && pag->pagf_flcount > need) { in xfs_alloc_fix_freelist() 2599 while (pag->pagf_flcount < need) { in xfs_alloc_fix_freelist() [all …]
|
/fs/dlm/ |
D | member.c | 171 int need = 0; in dlm_slots_assign() local 198 need++; in dlm_slots_assign() 217 array_size = max + need; in dlm_slots_assign()
|
/fs/hpfs/ |
D | Kconfig | 10 floppies however are in regular MSDOS format, so you don't need this
|
/fs/notify/fanotify/ |
D | Kconfig | 23 listeners which need to scan files before allowing the system access to
|
/fs/bfs/ |
D | Kconfig | 11 on your /stand slice from within Linux. You then also need to say Y
|