Home
last modified time | relevance | path

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

12

/fs/ubifs/
A Dbudget.c197 long long available; in ubifs_calc_available() local
199 available = c->main_bytes - c->lst.total_used; in ubifs_calc_available()
223 available -= c->lst.total_dead; in ubifs_calc_available()
231 available -= c->lst.total_dark; in ubifs_calc_available()
241 available -= subtract_lebs * c->dark_wm; in ubifs_calc_available()
245 return available > 0 ? available : 0; in ubifs_calc_available()
292 long long outstanding, available; in do_budget_space() local
337 if (unlikely(available < outstanding)) { in do_budget_space()
339 available, outstanding); in do_budget_space()
665 long long available, outstanding, free; in ubifs_get_free_space_nolock() local
[all …]
/fs/nfs/
A DKconfig18 the Linux nfs-utils package, available from http://linux-nfs.org/.
19 Information about using the mount command is available in the
21 implementation is available via the nfs(5) man page.
24 available in the kernel to mount NFS servers. Support for NFS
25 version 2 (RFC 1094) is always available when NFS_FS is selected.
64 ACLs on local files whether this protocol is available or not.
87 available from http://linux-nfs.org/.
/fs/proc/
A Dmeminfo.c39 long available; in meminfo_proc_show() local
56 available = si_mem_available(); in meminfo_proc_show()
62 show_val_kb(m, "MemAvailable: ", available); in meminfo_proc_show()
/fs/nfsd/
A DKconfig26 package, available from http://linux-nfs.org/. More detail about
27 the Linux NFS server implementation is available via the
31 available to clients mounting the NFS server on this system.
32 Support for NFS version 3 (RFC 1813) is always available when
61 this protocol is available or not.
90 available from http://linux-nfs.org/.
/fs/jfs/
A DKconfig11 available in the file <file:Documentation/admin-guide/jfs.rst>.
51 to be made available to the user in the /proc/fs/jfs/ directory.
/fs/
A Dlibfs.c1124 const void *from, size_t available) in simple_read_from_buffer() argument
1131 if (pos >= available || !count) in simple_read_from_buffer()
1133 if (count > available - pos) in simple_read_from_buffer()
1134 count = available - pos; in simple_read_from_buffer()
1166 if (pos >= available || !count) in simple_write_to_buffer()
1168 if (count > available - pos) in simple_write_to_buffer()
1169 count = available - pos; in simple_write_to_buffer()
1194 const void *from, size_t available) in memory_read_from_buffer() argument
1200 if (pos >= available) in memory_read_from_buffer()
1202 if (count > available - pos) in memory_read_from_buffer()
[all …]
A DKconfig.binfmt22 Information about ELF is contained in the ELF HOWTO available from
67 MMU is available as it still permits text segments to be shared,
152 the Linux DOS emulator DOSEMU (read the DOSEMU-HOWTO, available from
/fs/smb/server/
A DKconfig35 in ksmbd-tools, available from
38 available via the README file
/fs/jffs2/
A DKconfig13 available at <http://sources.redhat.com/jffs2/>.
29 If reporting bugs, please try to have available a full dump of the
160 the available compression modes. Don't touch if unsure.
A DLICENCE25 these files must still be made available in accordance with section (3)
/fs/hfs/
A DKconfig12 the available mount options.
/fs/qnx4/
A DKconfig9 Further information is available at <http://www.qnx.com/>.
/fs/gfs2/
A Dlog.c439 unsigned int available; in __gfs2_log_try_reserve_revokes() local
441 available = atomic_read(&sdp->sd_log_revokes_available); in __gfs2_log_try_reserve_revokes()
442 while (available >= revokes) { in __gfs2_log_try_reserve_revokes()
444 &available, available - revokes)) in __gfs2_log_try_reserve_revokes()
/fs/xfs/
A Dxfs_zone_alloc.c1018 uint64_t available; member
1075 iz->available += rtg_blocks(rtg); in xfs_init_zone()
1086 iz->available += (rtg_blocks(rtg) - write_pointer); in xfs_init_zone()
1313 xfs_set_freecounter(mp, XC_FREE_RTAVAILABLE, iz.available); in xfs_mount_zones()
1315 iz.available + iz.reclaimable); in xfs_mount_zones()
A Dxfs_zone_gc.c173 s64 available, free, threshold; in xfs_zoned_need_gc() local
179 available = xfs_estimate_freecounter(mp, XC_FREE_RTAVAILABLE); in xfs_zoned_need_gc()
181 if (available < in xfs_zoned_need_gc()
192 if (available < threshold) in xfs_zoned_need_gc()
/fs/bcachefs/
A Djournal_reclaim.c46 unsigned available = (journal_space_from(ja, from) - in bch2_journal_dev_buckets_available() local
53 if (available && ja->dirty_idx_ondisk == ja->dirty_idx) in bch2_journal_dev_buckets_available()
54 --available; in bch2_journal_dev_buckets_available()
56 return available; in bch2_journal_dev_buckets_available()
/fs/qnx6/
A DKconfig9 Further information is available at <http://www.qnx.com/>.
/fs/befs/
A DKconfig12 available at this time). It is a 64 bit filesystem, so it supports
/fs/freevxfs/
A DKconfig9 of SCO UnixWare (and possibly others) and optionally available
/fs/crypto/
A DKconfig43 Enable fscrypt to use inline encryption hardware if available.
/fs/fat/
A DKconfig28 available for Unix and DOS ("man tar" or "info tar").
45 DOSEMU-HOWTO, available from
/fs/isofs/
A DKconfig13 available from <http://www.tldp.org/docs.html#howto>), thereby
/fs/netfs/
A DKconfig40 resources available.
/fs/fuse/
A DKconfig10 There's also a companion library: libfuse2. This library is available
/fs/quota/
A DKconfig16 available from <https://www.tldp.org/docs.html#howto>, or the

Completed in 43 milliseconds

12