Searched refs:available (Results 1 – 25 of 30) sorted by relevance
12
/fs/ubifs/ |
D | budget.c | 240 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 …]
|
D | Kconfig | 60 If reporting bugs, please try to have available a full dump of the
|
D | debug.c | 601 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/ |
D | Kconfig | 15 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/ |
D | Kconfig | 19 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/ |
D | Kconfig | 8 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/ |
D | libfs.c | 525 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()
|
D | Kconfig.binfmt | 17 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
|
D | Kconfig | 67 For further details, read the Quota mini-HOWTO, available from
|
/fs/smbfs/ |
D | Kconfig | 14 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/ |
D | Kconfig | 6 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/ |
D | Kconfig | 9 the available mount options.
|
/fs/jffs2/ |
D | Kconfig | 12 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.
|
D | LICENCE | 25 these files must still be made available in accordance with section (3)
|
/fs/fuse/ |
D | Kconfig | 8 utilities is available from the FUSE homepage:
|
/fs/freevxfs/ |
D | Kconfig | 7 of SCO UnixWare (and possibly others) and optionally available
|
/fs/qnx4/ |
D | Kconfig | 7 Further information is available at <http://www.qnx.com/>.
|
/fs/befs/ |
D | Kconfig | 10 available at this time). It is a 64 bit filesystem, so it supports
|
/fs/ncpfs/ |
D | Kconfig | 50 bool "Use NFS namespace if available" 58 bool "Use LONG (OS/2) namespace if available"
|
/fs/yaffs2/ |
D | Kconfig | 20 Further information on YAFFS2 is available at 103 and if the appropriate tags are available, else yaffs2 will
|
/fs/fat/ |
D | Kconfig | 25 available for Unix and DOS ("man tar" or "info tar"). 42 DOSEMU-HOWTO, available from
|
/fs/sysv/ |
D | Kconfig | 15 available via FTP (user: ftp) from
|
/fs/isofs/ |
D | Kconfig | 11 available from <http://www.tldp.org/docs.html#howto>), thereby
|
/fs/squashfs/ |
D | Kconfig | 19 and tools are available from http://squashfs.sourceforge.net.
|
/fs/ext3/ |
D | Kconfig | 26 (available at <http://sourceforge.net/projects/e2fsprogs/>).
|
12