/fs/xfs/ |
D | xfs_reflink.c | 174 bool *shared) in xfs_reflink_trim_around_shared() argument 185 *shared = false; in xfs_reflink_trim_around_shared() 200 *shared = false; in xfs_reflink_trim_around_shared() 212 *shared = true; in xfs_reflink_trim_around_shared() 230 bool *shared) in xfs_inode_need_cow() argument 235 *shared = true; in xfs_inode_need_cow() 240 return xfs_reflink_trim_around_shared(ip, imap, shared); in xfs_inode_need_cow() 311 bool *shared, in xfs_find_trim_cow_extent() argument 330 return xfs_inode_need_cow(ip, imap, shared); in xfs_find_trim_cow_extent() 333 *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 *imap, bool *shared, uint *lockmode,
|
D | xfs_iomap.c | 57 bool shared) in xfs_bmbt_to_iomap() argument 86 if (shared) in xfs_bmbt_to_iomap() 542 bool eof = false, cow_eof = false, shared = false; in xfs_file_iomap_begin_delay() local 624 error = xfs_inode_need_cow(ip, &imap, &shared); in xfs_file_iomap_begin_delay() 629 if (!shared) { in xfs_file_iomap_begin_delay() 723 shared = true; in xfs_file_iomap_begin_delay() 725 error = xfs_bmbt_to_iomap(ip, iomap, &imap, shared); in xfs_file_iomap_begin_delay() 932 bool shared = false; in xfs_file_iomap_begin() local 968 error = xfs_reflink_trim_around_shared(ip, &imap, &shared); in xfs_file_iomap_begin() 992 error = xfs_reflink_allocate_cow(ip, &cmap, &shared, &lockmode, in xfs_file_iomap_begin() [all …]
|
D | xfs_iomap.h | 19 struct xfs_bmbt_irec *, bool shared);
|
D | xfs_fsmap.c | 239 bool shared; in xfs_getfsmap_helper() local 316 error = xfs_getfsmap_is_shared(tp, info, rec, &shared); in xfs_getfsmap_helper() 319 if (shared) in xfs_getfsmap_helper()
|
D | xfs_bmap_util.c | 404 bool shared = false; in xfs_getbmap_report_one() local 407 error = xfs_reflink_trim_around_shared(ip, got, &shared); in xfs_getbmap_report_one() 434 if (shared) in xfs_getbmap_report_one()
|
/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 | 48 MMU is available as it still permits text segments to be shared, 124 bool "Enable shared FLAT support" 127 Support FLAT shared libraries 159 with v4 shared libraries freely available from Compaq. If you're 160 going to use shared libraries from Tru64 version 5.0 or later, say N.
|
/fs/xfs/scrub/ |
D | refcount.c | 475 bool shared; in xchk_xref_is_not_shared() local 481 error = xfs_refcount_has_record(sc->sa.refc_cur, agbno, len, &shared); in xchk_xref_is_not_shared() 484 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 | 638 unsigned long size = 0, resident = 0, shared = 0, text = 0, data = 0; in proc_pid_statm() local 642 size = task_statm(mm, &shared, &text, &data, &resident); in proc_pid_statm() 653 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 | 1477 struct share_check shared = { local 1501 roots, NULL, &shared, false); 1514 shared.share_count = 0;
|
/fs/cramfs/ |
D | README | 135 is that the generated cramfs cannot always be shared between different
|