/fs/ubifs/ |
D | budget.c | 200 long long available; in ubifs_calc_available() local 202 available = c->main_bytes - c->lst.total_used; in ubifs_calc_available() 224 available -= (long long)subtract_lebs * c->leb_size; in ubifs_calc_available() 227 available -= c->lst.total_dead; in ubifs_calc_available() 235 available -= c->lst.total_dark; in ubifs_calc_available() 245 available -= subtract_lebs * c->dark_wm; in ubifs_calc_available() 249 return available > 0 ? available : 0; in ubifs_calc_available() 296 long long outstanding, available; in do_budget_space() local 338 available = ubifs_calc_available(c, min_idx_lebs); in do_budget_space() 341 if (unlikely(available < outstanding)) { in do_budget_space() [all …]
|
/fs/nfs/ |
D | Kconfig | 16 the Linux nfs-utils package, available from http://linux-nfs.org/. 17 Information about using the mount command is available in the 19 implementation is available via the nfs(5) man page. 22 available in the kernel to mount NFS servers. Support for NFS 23 version 2 (RFC 1094) is always available when NFS_FS is selected. 62 ACLs on local files whether this protocol is available or not. 86 available from http://linux-nfs.org/.
|
/fs/ |
D | libfs.c | 646 const void *from, size_t available) in simple_read_from_buffer() argument 653 if (pos >= available || !count) in simple_read_from_buffer() 655 if (count > available - pos) in simple_read_from_buffer() 656 count = available - pos; in simple_read_from_buffer() 680 ssize_t simple_write_to_buffer(void *to, size_t available, loff_t *ppos, in simple_write_to_buffer() argument 688 if (pos >= available || !count) in simple_write_to_buffer() 690 if (count > available - pos) in simple_write_to_buffer() 691 count = available - pos; in simple_write_to_buffer() 716 const void *from, size_t available) in memory_read_from_buffer() argument 722 if (pos >= available) in memory_read_from_buffer() [all …]
|
D | Kconfig.binfmt | 22 Information about ELF is contained in the ELF HOWTO available from 48 MMU is available as it still permits text segments to be shared, 159 with v4 shared libraries freely available from Compaq. If you're 184 the Linux DOS emulator DOSEMU (read the DOSEMU-HOWTO, available from
|
/fs/nfsd/ |
D | Kconfig | 23 package, available from http://linux-nfs.org/. More detail about 24 the Linux NFS server implementation is available via the 28 available to clients mounting the NFS server on this system. 29 Support for NFS version 2 (RFC 1094) is always available when 57 this protocol is available or not. 85 available from http://linux-nfs.org/.
|
/fs/proc/ |
D | meminfo.c | 38 long available; in meminfo_proc_show() local 55 available = si_mem_available(); in meminfo_proc_show() 61 show_val_kb(m, "MemAvailable: ", available); in meminfo_proc_show()
|
/fs/ntfs/ |
D | Kconfig | 9 safe, write support available. For write support you must also 12 There are also a number of user-space tools available, called 18 the Linux 2.4 kernel series is separately available as a patch 49 When reporting bugs, please try to have available a full dump of
|
/fs/jfs/ |
D | Kconfig | 8 available in the file <file:Documentation/admin-guide/jfs.rst>. 48 to be made available to the user in the /proc/fs/jfs/ directory.
|
/fs/jffs2/ |
D | Kconfig | 13 available at <http://sources.redhat.com/jffs2/>. 29 If reporting bugs, please try to have available a full dump of the 159 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/hfs/ |
D | Kconfig | 10 the available mount options.
|
/fs/crypto/ |
D | Kconfig | 24 Enable fscrypt to use inline encryption hardware if available.
|
/fs/qnx4/ |
D | Kconfig | 8 Further information is available at <http://www.qnx.com/>.
|
/fs/qnx6/ |
D | Kconfig | 8 Further information is available at <http://www.qnx.com/>.
|
/fs/befs/ |
D | Kconfig | 11 available at this time). It is a 64 bit filesystem, so it supports
|
/fs/fuse/ |
D | Kconfig | 9 There's also a companion library: libfuse2. This library is available
|
/fs/freevxfs/ |
D | Kconfig | 8 of SCO UnixWare (and possibly others) and optionally available
|
/fs/fat/ |
D | Kconfig | 26 available for Unix and DOS ("man tar" or "info tar"). 43 DOSEMU-HOWTO, available from
|
/fs/sysv/ |
D | Kconfig | 16 available via FTP (user: ftp) from
|
/fs/isofs/ |
D | Kconfig | 12 available from <http://www.tldp.org/docs.html#howto>), thereby
|
/fs/fscache/ |
D | Kconfig | 9 resources available.
|
/fs/quota/ |
D | Kconfig | 17 For further details, read the Quota mini-HOWTO, available from
|
/fs/xfs/libxfs/ |
D | xfs_alloc.c | 2035 int available; in xfs_alloc_space_available() local 2055 available = (int)(pag->pagf_freeblks + agflcount - in xfs_alloc_space_available() 2057 if (available < (int)max(args->total, alloc_len)) in xfs_alloc_space_available() 2064 if (available < (int)args->maxlen && !(flags & XFS_ALLOC_FLAG_CHECK)) { in xfs_alloc_space_available() 2065 args->maxlen = available; in xfs_alloc_space_available()
|
/fs/squashfs/ |
D | Kconfig | 19 and tools are available from http://squashfs.sourceforge.net.
|
/fs/reiserfs/ |
D | README | 28 Further licensing options are available for commercial and/or other
|