Home
last modified time | relevance | path

Searched refs:need (Results 1 – 25 of 49) sorted by relevance

12

/fs/ceph/
Dmdsmap.c55 size_t need; \
57 need = sizeof(type) * n; \
58 ceph_decode_need(p, end, need, bad); \
59 *p += need; \
65 size_t need; \
67 need = (sizeof(ktype) + sizeof(vtype)) * n; \
68 ceph_decode_need(p, end, need, bad); \
69 *p += need; \
345 size_t need; in ceph_mdsmap_decode() local
347 need = sizeof(u32) * n; in ceph_mdsmap_decode()
[all …]
Dcaps.c201 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 …]
Dsuper.h693 struct ceph_cap_reservation *ctx, int need);
1076 extern int ceph_get_caps(struct file *filp, int need, int want,
1079 int need, int want, bool nonblock, int *got);
1089 extern int ceph_pool_perm_check(struct inode *inode, int need);
/fs/nls/
DKconfig45 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/
Ditem.c54 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/
DKconfig14 If you don't know whether you need it, then you don't need it:
/fs/qnx6/
DKconfig16 If you don't know whether you need it, then you don't need it:
/fs/coda/
DKconfig15 *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/
DKconfig22 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/
Dcoredump.c85 int free, need; in cn_vprintf() local
92 need = vsnprintf(cn->corename + cn->used, free, fmt, arg_copy); in cn_vprintf()
95 if (need < free) { in cn_vprintf()
96 cn->used += need; in cn_vprintf()
100 if (!expand_corename(cn, cn->size + need - free + 1)) in cn_vprintf()
DKconfig.binfmt143 who need to run binaries from that era.
168 this to work, you need to have the emulator /usr/bin/em86 in place.
182 programs that need an interpreter to run like Java, Python, .NET or
196 To use binfmt_misc, you will need to mount it:
209 need debugging or only ever run flawless code.
DKconfig55 on this option will compile in support for DAX; you will need to
181 If you've selected TMPFS, it's possible that you'll also need
184 For example, some distros need this feature for ALSA-related /dev
199 You need this for POSIX ACL support on tmpfs.
/fs/romfs/
DKconfig16 If you don't know whether you need it, then you don't need it:
/fs/sysv/
DKconfig22 network using NFS, you don't need the System V file system support
23 (but you need NFS file system support obviously).
/fs/jffs2/
DTODO11 - 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
DREADME.Locking50 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/
DKconfig20 various use cases where normally the whole file would need to
52 need to check that the verity bit is set in order to get an
/fs/quota/
DKconfig16 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/
DKconfig20 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/
DKconfig21 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-
83 To export files using NFSv4, you need to install additional user
/fs/befs/
DTODO12 * See if we really need separate types for on-disk and in-memory
/fs/xfs/libxfs/
Dxfs_alloc.c1967 xfs_extlen_t need, in xfs_alloc_longest_free_extent() argument
1976 if (need > pag->pagf_flcount) in xfs_alloc_longest_free_extent()
1977 delta = need - pag->pagf_flcount; in xfs_alloc_longest_free_extent()
2234 xfs_extlen_t need; /* total blocks needed in freelist */ in xfs_alloc_fix_freelist() local
2262 need = xfs_alloc_min_freelist(mp, pag); in xfs_alloc_fix_freelist()
2263 if (!xfs_alloc_space_available(args, need, flags | in xfs_alloc_fix_freelist()
2287 need = xfs_alloc_min_freelist(mp, pag); in xfs_alloc_fix_freelist()
2288 if (!xfs_alloc_space_available(args, need, flags)) in xfs_alloc_fix_freelist()
2321 while (!(flags & XFS_ALLOC_FLAG_NOSHRINK) && pag->pagf_flcount > need) { in xfs_alloc_fix_freelist()
2342 while (pag->pagf_flcount < need) { in xfs_alloc_fix_freelist()
[all …]
/fs/hpfs/
DKconfig10 floppies however are in regular MSDOS format, so you don't need this
/fs/dlm/
Dmember.c171 int need = 0; in dlm_slots_assign() local
198 need++; in dlm_slots_assign()
217 array_size = max + need; in dlm_slots_assign()
/fs/notify/fanotify/
DKconfig23 listeners which need to scan files before allowing the system access to

12