/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/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; \ 362 size_t need; in ceph_mdsmap_decode() local 364 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 …]
|
D | super.h | 790 struct ceph_cap_reservation *ctx, int need); 1239 extern int ceph_get_caps(struct file *filp, int need, int want, 1242 int need, int want, bool nonblock, int *got); 1255 extern int ceph_pool_perm_check(struct inode *inode, int need);
|
/fs/configfs/ |
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/ |
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/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/verity/ |
D | Kconfig | 25 various use cases where normally the whole file would need to 49 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/ |
D | coredump.c | 87 int free, need; in cn_vprintf() local 94 need = vsnprintf(cn->corename + cn->used, free, fmt, arg_copy); in cn_vprintf() 97 if (need < free) { in cn_vprintf() 98 cn->used += need; in cn_vprintf() 102 if (!expand_corename(cn, cn->size + need - free + 1)) in cn_vprintf()
|
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.
|
/fs/nfsd/ |
D | Kconfig | 21 To export local file systems using NFS, you also need to install 56 To store ACLs on your NFS server, you also need to enable ACL- 75 To export files using NFSv4, you need to install additional user
|
D | filecache.c | 64 unsigned char need; member 159 if (nf->nf_may != key->need) in nfsd_file_obj_cmpfn() 306 nf->nf_may = key->need; in nfsd_file_alloc() 1046 .need = may_flags & NFSD_FILE_MAY_MASK, in nfsd_file_do_acquire()
|
/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/jffs2/ |
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/ |
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/hpfs/ |
D | Kconfig | 11 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/xfs/libxfs/ |
D | xfs_alloc.c | 2228 xfs_extlen_t need, in xfs_alloc_longest_free_extent() argument 2237 if (need > pag->pagf_flcount) in xfs_alloc_longest_free_extent() 2238 delta = need - pag->pagf_flcount; in xfs_alloc_longest_free_extent() 2602 xfs_extlen_t need; /* total blocks needed in freelist */ in xfs_alloc_fix_freelist() local 2629 need = xfs_alloc_min_freelist(mp, pag); in xfs_alloc_fix_freelist() 2630 if (!xfs_alloc_space_available(args, need, flags | in xfs_alloc_fix_freelist() 2653 need = xfs_alloc_min_freelist(mp, pag); in xfs_alloc_fix_freelist() 2654 if (!xfs_alloc_space_available(args, need, flags)) in xfs_alloc_fix_freelist() 2696 while (!(flags & XFS_ALLOC_FLAG_NOSHRINK) && pag->pagf_flcount > need) { in xfs_alloc_fix_freelist() 2717 while (pag->pagf_flcount < need) { in xfs_alloc_fix_freelist() [all …]
|
/fs/bfs/ |
D | Kconfig | 11 on your /stand slice from within Linux. You then also need to say Y
|
/fs/affs/ |
D | Kconfig | 18 If you want to do this, you will also need to say Y or M to "Loop
|