Home
last modified time | relevance | path

Searched refs:available (Results 1 – 25 of 27) sorted by relevance

12

/fs/ubifs/
Dbudget.c212 long long available; in ubifs_calc_available() local
214 available = c->main_bytes - c->lst.total_used; in ubifs_calc_available()
236 available -= (long long)subtract_lebs * c->leb_size; in ubifs_calc_available()
239 available -= c->lst.total_dead; in ubifs_calc_available()
247 available -= c->lst.total_dark; in ubifs_calc_available()
257 available -= subtract_lebs * c->dark_wm; in ubifs_calc_available()
261 return available > 0 ? available : 0; in ubifs_calc_available()
308 long long outstanding, available; in do_budget_space() local
350 available = ubifs_calc_available(c, min_idx_lebs); in do_budget_space()
353 if (unlikely(available < outstanding)) { in do_budget_space()
[all …]
/fs/
Dlibfs.c627 const void *from, size_t available) in simple_read_from_buffer() argument
634 if (pos >= available || !count) in simple_read_from_buffer()
636 if (count > available - pos) in simple_read_from_buffer()
637 count = available - pos; in simple_read_from_buffer()
661 ssize_t simple_write_to_buffer(void *to, size_t available, loff_t *ppos, in simple_write_to_buffer() argument
669 if (pos >= available || !count) in simple_write_to_buffer()
671 if (count > available - pos) in simple_write_to_buffer()
672 count = available - pos; in simple_write_to_buffer()
697 const void *from, size_t available) in memory_read_from_buffer() argument
703 if (pos >= available) in memory_read_from_buffer()
[all …]
DKconfig.binfmt18 Information about ELF is contained in the ELF HOWTO available from
44 MMU is available as it still permits text segments to be shared,
140 with v4 shared libraries freely available from Compaq. If you're
165 the Linux DOS emulator DOSEMU (read the DOSEMU-HOWTO, available from
/fs/nfs/
DKconfig15 the Linux nfs-utils package, available from http://linux-nfs.org/.
16 Information about using the mount command is available in the
18 implementation is available via the nfs(5) man page.
21 available in the kernel to mount NFS servers. Support for NFS
22 version 2 (RFC 1094) is always available when NFS_FS is selected.
61 ACLs on local files whether this protocol is available or not.
85 available from http://linux-nfs.org/.
/fs/nfsd/
DKconfig21 package, available from http://linux-nfs.org/. More detail about
22 the Linux NFS server implementation is available via the
26 available to clients mounting the NFS server on this system.
27 Support for NFS version 2 (RFC 1094) is always available when
55 this protocol is available or not.
82 available from http://linux-nfs.org/.
/fs/proc/
Dmeminfo.c51 long available; in meminfo_proc_show() local
67 available = si_mem_available(); in meminfo_proc_show()
71 show_val_kb(m, "MemAvailable: ", available); in meminfo_proc_show()
/fs/ntfs/
DKconfig8 safe, write support available. For write support you must also
11 There are also a number of user-space tools available, called
17 the Linux 2.4 kernel series is separately available as a patch
48 When reporting bugs, please try to have available a full dump of
/fs/jfs/
DKconfig7 available in the file <file:Documentation/filesystems/jfs.txt>.
50 to be made available to the user in the /proc/fs/jfs/ directory.
/fs/jffs2/
DKconfig12 available at <http://sources.redhat.com/jffs2/>.
28 If reporting bugs, please try to have available a full dump of the
162 the available compression modes. Don't touch if unsure.
DLICENCE25 these files must still be made available in accordance with section (3)
/fs/hfs/
DKconfig9 the available mount options.
/fs/qnx4/
DKconfig7 Further information is available at <http://www.qnx.com/>.
/fs/qnx6/
DKconfig7 Further information is available at <http://www.qnx.com/>.
/fs/fuse/
DKconfig8 There's also a companion library: libfuse2. This library is available
/fs/befs/
DKconfig10 available at this time). It is a 64 bit filesystem, so it supports
/fs/ncpfs/
DKconfig50 bool "Use NFS namespace if available"
58 bool "Use LONG (OS/2) namespace if available"
/fs/freevxfs/
DKconfig7 of SCO UnixWare (and possibly others) and optionally available
/fs/fat/
DKconfig25 available for Unix and DOS ("man tar" or "info tar").
42 DOSEMU-HOWTO, available from
/fs/isofs/
DKconfig11 available from <http://www.tldp.org/docs.html#howto>), thereby
/fs/sysv/
DKconfig15 available via FTP (user: ftp) from
/fs/fscache/
DKconfig8 resources available.
/fs/quota/
DKconfig16 For further details, read the Quota mini-HOWTO, available from
/fs/xfs/libxfs/
Dxfs_alloc.c2026 int available; in xfs_alloc_space_available() local
2041 available = (int)(pag->pagf_freeblks + pag->pagf_flcount - in xfs_alloc_space_available()
2043 if (available < (int)max(args->total, alloc_len)) in xfs_alloc_space_available()
2050 if (available < (int)args->maxlen && !(flags & XFS_ALLOC_FLAG_CHECK)) { in xfs_alloc_space_available()
2051 args->maxlen = available; in xfs_alloc_space_available()
/fs/squashfs/
DKconfig18 and tools are available from http://squashfs.sourceforge.net.
/fs/affs/
DChanges285 is no pointer to the super block available.)

12