/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 | 23 struct xfs_bmbt_irec *irec, bool *shared); 25 bool *shared); 28 struct xfs_bmbt_irec *cmap, bool *shared, uint *lockmode,
|
D | xfs_iomap.c | 731 bool shared = false; in xfs_direct_write_iomap_begin() local 763 error = xfs_reflink_allocate_cow(ip, &imap, &cmap, &shared, in xfs_direct_write_iomap_begin() 767 if (shared) in xfs_direct_write_iomap_begin() 873 bool eof = false, cow_eof = false, shared = false; in xfs_buffered_write_iomap_begin() local 954 error = xfs_bmap_trim_cow(ip, &imap, &shared); in xfs_buffered_write_iomap_begin() 959 if (!shared) { in xfs_buffered_write_iomap_begin() 1160 bool shared = false; in xfs_read_iomap_begin() local 1174 error = xfs_reflink_trim_around_shared(ip, &imap, &shared); in xfs_read_iomap_begin() 1180 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 331 error = xfs_getfsmap_is_shared(tp, info, rec, &shared); in xfs_getfsmap_helper() 334 if (shared) in xfs_getfsmap_helper()
|
D | xfs_bmap_util.c | 307 bool shared = false; in xfs_getbmap_report_one() local 310 error = xfs_reflink_trim_around_shared(ip, got, &shared); in xfs_getbmap_report_one() 337 if (shared) in xfs_getbmap_report_one()
|
D | xfs_inode.c | 352 bool shared) in __xfs_rwsem_islocked() argument 357 if (!shared) in __xfs_rwsem_islocked()
|
/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, 133 bool "Enable shared FLAT support" 136 Support FLAT shared libraries 168 with v4 shared libraries freely available from Compaq. If you're 169 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 | 799 bool shared; in xchk_metadata_inode_forks() local 834 &shared); in xchk_metadata_inode_forks() 838 if (shared) in xchk_metadata_inode_forks()
|
/fs/ntfs3/ |
D | super.c | 899 u16 *shared; in ntfs_fill_super() local 1223 shared = ntfs_set_shared(sbi->upcase, 0x10000 * sizeof(short)); in ntfs_fill_super() 1224 if (shared && sbi->upcase != shared) { in ntfs_fill_super() 1226 sbi->upcase = shared; in ntfs_fill_super()
|
/fs/proc/ |
D | array.c | 666 unsigned long shared = 0; in proc_pid_statm() local 670 size = task_statm(mm, &shared, &text, &data, &resident); in proc_pid_statm() 681 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 | 90 unsigned long *shared, unsigned long *text, in task_statm() argument 93 *shared = get_mm_counter(mm, MM_FILEPAGES) + in task_statm() 98 *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/ocfs2/ |
D | Kconfig | 11 OCFS2 is a general purpose extent based shared disk cluster file
|
/fs/btrfs/ |
D | backref.c | 1578 struct share_check shared = { local 1603 roots, NULL, &shared, false); 1616 shared.share_count = 0; 1617 shared.have_delayed_delete_refs = false;
|
/fs/cramfs/ |
D | README | 135 is that the generated cramfs cannot always be shared between different
|