/fs/xfs/ |
D | xfs_reflink.c | 172 bool *shared) in xfs_reflink_trim_around_shared() argument 183 *shared = false; in xfs_reflink_trim_around_shared() 198 *shared = false; in xfs_reflink_trim_around_shared() 210 *shared = true; in xfs_reflink_trim_around_shared() 228 bool *shared) in xfs_bmap_trim_cow() argument 233 *shared = true; in xfs_bmap_trim_cow() 238 return xfs_reflink_trim_around_shared(ip, imap, shared); in xfs_bmap_trim_cow() 310 bool *shared, in xfs_find_trim_cow_extent() argument 328 return xfs_bmap_trim_cow(ip, imap, shared); in xfs_find_trim_cow_extent() 331 *shared = true; in xfs_find_trim_cow_extent() [all …]
|
D | xfs_reflink.h | 24 struct xfs_bmbt_irec *irec, bool *shared); 26 bool *shared); 29 struct xfs_bmbt_irec *cmap, bool *shared, uint *lockmode,
|
D | xfs_iomap.c | 741 bool shared = false; in xfs_direct_write_iomap_begin() local 773 error = xfs_reflink_allocate_cow(ip, &imap, &cmap, &shared, in xfs_direct_write_iomap_begin() 777 if (shared) in xfs_direct_write_iomap_begin() 869 bool eof = false, cow_eof = false, shared = false; in xfs_buffered_write_iomap_begin() local 952 error = xfs_bmap_trim_cow(ip, &imap, &shared); in xfs_buffered_write_iomap_begin() 957 if (!shared) { in xfs_buffered_write_iomap_begin() 1158 bool shared = false; in xfs_read_iomap_begin() local 1172 error = xfs_reflink_trim_around_shared(ip, &imap, &shared); in xfs_read_iomap_begin() 1178 return xfs_bmbt_to_iomap(ip, iomap, &imap, shared ? IOMAP_F_SHARED : 0); in xfs_read_iomap_begin()
|
D | xfs_fsmap.c | 253 bool shared; in xfs_getfsmap_helper() local 330 error = xfs_getfsmap_is_shared(tp, info, rec, &shared); in xfs_getfsmap_helper() 333 if (shared) in xfs_getfsmap_helper()
|
D | xfs_bmap_util.c | 265 bool shared = false; in xfs_getbmap_report_one() local 268 error = xfs_reflink_trim_around_shared(ip, got, &shared); in xfs_getbmap_report_one() 295 if (shared) in xfs_getbmap_report_one()
|
/fs/vboxsf/ |
D | Kconfig | 2 tristate "VirtualBox guest shared folder (vboxsf) support" 10 If you want to use shared folders in VirtualBox guests, answer Y or M.
|
/fs/ |
D | readdir.c | 43 bool shared = false; in iterate_dir() local 46 shared = true; in iterate_dir() 54 if (shared) in iterate_dir() 64 if (shared) in iterate_dir() 72 if (shared) in iterate_dir()
|
D | Kconfig.binfmt | 54 MMU is available as it still permits text segments to be shared, 130 bool "Enable shared FLAT support" 133 Support FLAT shared libraries 165 with v4 shared libraries freely available from Compaq. If you're 166 going to use shared libraries from Tru64 version 5.0 or later, say N.
|
/fs/xfs/scrub/ |
D | refcount.c | 473 bool shared; in xchk_xref_is_not_shared() local 479 error = xfs_refcount_has_record(sc->sa.refc_cur, agbno, len, &shared); in xchk_xref_is_not_shared() 482 if (shared) in xchk_xref_is_not_shared()
|
D | common.c | 831 bool shared; in xchk_metadata_inode_forks() local 866 &shared); in xchk_metadata_inode_forks() 870 if (shared) in xchk_metadata_inode_forks()
|
/fs/proc/ |
D | array.c | 646 unsigned long shared = 0; in proc_pid_statm() local 650 size = task_statm(mm, &shared, &text, &data, &resident); in proc_pid_statm() 661 seq_put_decimal_ull(m, " ", shared); in proc_pid_statm()
|
D | task_nommu.c | 99 unsigned long *shared, unsigned long *text, in task_statm() argument
|
D | task_mmu.c | 88 unsigned long *shared, unsigned long *text, in task_statm() argument 91 *shared = get_mm_counter(mm, MM_FILEPAGES) + in task_statm() 96 *resident = *shared + get_mm_counter(mm, MM_ANONPAGES); in task_statm()
|
/fs/gfs2/ |
D | Kconfig | 13 that is shared between them (with FC, iSCSI, NBD, etc...). GFS reads
|
/fs/jffs2/ |
D | TODO | 6 do shared writable mmap, if we can have a fs hook for do_wp_page() to
|
/fs/ocfs2/ |
D | Kconfig | 11 OCFS2 is a general purpose extent based shared disk cluster file
|
/fs/btrfs/ |
D | backref.c | 1573 struct share_check shared = { local 1598 roots, NULL, &shared, false); 1611 shared.share_count = 0; 1612 shared.have_delayed_delete_refs = false;
|
/fs/cramfs/ |
D | README | 135 is that the generated cramfs cannot always be shared between different
|