Searched refs:whole (Results 1 – 7 of 7) sorted by relevance
/fs/ |
D | block_dev.c | 1037 static bool bd_may_claim(struct block_device *bdev, struct block_device *whole, in bd_may_claim() argument 1044 else if (whole == bdev) in bd_may_claim() 1047 else if (whole->bd_holder == bd_may_claim) in bd_may_claim() 1049 else if (whole->bd_holder != NULL) in bd_may_claim() 1074 struct block_device *whole, void *holder) in bd_prepare_to_claim() argument 1078 if (!bd_may_claim(bdev, whole, holder)) in bd_prepare_to_claim() 1082 if (whole->bd_claiming) { in bd_prepare_to_claim() 1083 wait_queue_head_t *wq = bit_waitqueue(&whole->bd_claiming, 0); in bd_prepare_to_claim() 1145 struct block_device *whole; in bd_start_claiming() local 1167 whole = bdget_disk(disk, 0); in bd_start_claiming() [all …]
|
D | binfmt_elf.c | 1308 goto whole; in vma_dump_size() 1316 goto whole; in vma_dump_size() 1318 goto whole; in vma_dump_size() 1325 goto whole; in vma_dump_size() 1327 goto whole; in vma_dump_size() 1339 goto whole; in vma_dump_size() 1345 goto whole; in vma_dump_size() 1350 goto whole; in vma_dump_size() 1390 whole: in vma_dump_size()
|
/fs/xfs/ |
D | xfs_trans.c | 450 int whole = 0; in xfs_trans_apply_sb_deltas() local 483 whole = 1; in xfs_trans_apply_sb_deltas() 487 whole = 1; in xfs_trans_apply_sb_deltas() 491 whole = 1; in xfs_trans_apply_sb_deltas() 495 whole = 1; in xfs_trans_apply_sb_deltas() 499 whole = 1; in xfs_trans_apply_sb_deltas() 503 whole = 1; in xfs_trans_apply_sb_deltas() 507 whole = 1; in xfs_trans_apply_sb_deltas() 511 whole = 1; in xfs_trans_apply_sb_deltas() 515 if (whole) in xfs_trans_apply_sb_deltas()
|
/fs/f2fs/ |
D | Kconfig | 28 mounted as f2fs. Each file shows the whole f2fs information. 32 - average SIT information about whole segments
|
/fs/proc/ |
D | array.c | 431 struct pid *pid, struct task_struct *task, int whole) in do_task_stat() argument 500 if (whole) { in do_task_stat() 521 if (permitted && (!whole || num_threads < 2)) in do_task_stat() 523 if (!whole) { in do_task_stat()
|
D | base.c | 2768 static int do_io_accounting(struct task_struct *task, struct seq_file *m, int whole) in do_io_accounting() argument 2783 if (whole && lock_task_sighand(task, &flags)) { in do_io_accounting()
|
/fs/verity/ |
D | Kconfig | 20 various use cases where normally the whole file would need to
|