Home
last modified time | relevance | path

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

12

/fs/ubifs/
Dbudget.c240 long long available; in ubifs_calc_available() local
242 available = c->main_bytes - c->lst.total_used; in ubifs_calc_available()
264 available -= (long long)subtract_lebs * c->leb_size; in ubifs_calc_available()
267 available -= c->lst.total_dead; in ubifs_calc_available()
275 available -= c->lst.total_dark; in ubifs_calc_available()
285 available -= subtract_lebs * c->dark_wm; in ubifs_calc_available()
289 return available > 0 ? available : 0; in ubifs_calc_available()
336 long long outstanding, available; in do_budget_space() local
379 available = ubifs_calc_available(c, min_idx_lebs); in do_budget_space()
382 if (unlikely(available < outstanding)) { in do_budget_space()
[all …]
DKconfig60 If reporting bugs, please try to have available a full dump of the
Ddebug.c601 long long available, outstanding, free; in dbg_dump_budg() local
640 available = ubifs_calc_available(c, c->min_idx_lebs); in dbg_dump_budg()
645 available, outstanding, free); in dbg_dump_budg()
/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.
50 ACLs on local files whether this protocol is available or not.
73 available from http://linux-nfs.org/.
/fs/nfsd/
DKconfig19 package, available from http://linux-nfs.org/. More detail about
20 the Linux NFS server implementation is available via the
24 available to clients mounting the NFS server on this system.
25 Support for NFS version 2 (RFC 1094) is always available when
53 this protocol is available or not.
78 available from http://linux-nfs.org/.
/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/
Dlibfs.c525 const void *from, size_t available) in simple_read_from_buffer() argument
530 if (pos >= available) in simple_read_from_buffer()
532 if (count > available - pos) in simple_read_from_buffer()
533 count = available - pos; in simple_read_from_buffer()
555 const void *from, size_t available) in memory_read_from_buffer() argument
561 if (pos >= available) in memory_read_from_buffer()
563 if (count > available - pos) in memory_read_from_buffer()
564 count = available - pos; in memory_read_from_buffer()
DKconfig.binfmt17 Information about ELF is contained in the ELF HOWTO available from
38 MMU is available as it still permits text segments to be shared,
114 with v4 shared libraries freely available from Compaq. If you're
146 the Linux DOS emulator DOSEMU (read the DOSEMU-HOWTO, available from
DKconfig67 For further details, read the Quota mini-HOWTO, available from
/fs/smbfs/
DKconfig14 available from <http://www.tldp.org/docs.html#howto>.
17 files and printing services available to Windows clients (which need
19 the program SAMBA (available from <ftp://ftp.samba.org/pub/samba/>)
/fs/jfs/
DKconfig6 available in the file <file:Documentation/filesystems/jfs.txt>.
49 to be made available to the user in the /proc/fs/jfs/ directory.
/fs/hfs/
DKconfig9 the available mount options.
/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/fuse/
DKconfig8 utilities is available from the FUSE homepage:
/fs/freevxfs/
DKconfig7 of SCO UnixWare (and possibly others) and optionally available
/fs/qnx4/
DKconfig7 Further information is available at <http://www.qnx.com/>.
/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/yaffs2/
DKconfig20 Further information on YAFFS2 is available at
103 and if the appropriate tags are available, else yaffs2 will
/fs/fat/
DKconfig25 available for Unix and DOS ("man tar" or "info tar").
42 DOSEMU-HOWTO, available from
/fs/sysv/
DKconfig15 available via FTP (user: ftp) from
/fs/isofs/
DKconfig11 available from <http://www.tldp.org/docs.html#howto>), thereby
/fs/squashfs/
DKconfig19 and tools are available from http://squashfs.sourceforge.net.
/fs/ext3/
DKconfig26 (available at <http://sourceforge.net/projects/e2fsprogs/>).

12