Home
last modified time | relevance | path

Searched refs:force (Results 1 – 25 of 41) sorted by relevance

12

/fs/dlm/
A Dlockspace.c674 static int lockspace_busy(struct dlm_ls *ls, int force) in lockspace_busy() argument
681 if (force == 0) { in lockspace_busy()
686 } else if (force == 1) { in lockspace_busy()
701 static int release_lockspace(struct dlm_ls *ls, int force) in release_lockspace() argument
705 busy = lockspace_busy(ls, force); in release_lockspace()
733 if (force < 3 && dlm_user_daemon_available()) in release_lockspace()
792 int dlm_release_lockspace(void *lockspace, int force) in dlm_release_lockspace() argument
803 error = release_lockspace(ls, force); in dlm_release_lockspace()
A Dlowcomms.h37 void dlm_lowcomms_shutdown_node(int nodeid, bool force);
A Duser.c439 int error, force = 0; in device_remove_lockspace() local
449 force = 2; in device_remove_lockspace()
461 error = dlm_release_lockspace(lockspace, force); in device_remove_lockspace()
/fs/afs/
A Dmntpt.c87 ctx->force = true; in afs_mntpt_set_params()
105 ctx->force = true; in afs_mntpt_set_params()
A Dsuper.c253 ctx->force = true; in afs_parse_source()
274 ctx->force = true; in afs_parse_source()
277 ctx->force = true; in afs_parse_source()
308 suffix ?: "-", ctx->type, ctx->force ? " FORCE" : ""); in afs_parse_source()
A Dvolume.c93 volume->type_force = params->force; in afs_alloc_volume()
216 if (params->force) { in afs_create_volume()
/fs/xfs/
A Dxfs_quota.h102 int64_t dblocks, int64_t rblocks, bool force);
175 bool force) in xfs_trans_reserve_quota_nblks() argument
A Dxfs_trans.h252 unsigned int dblocks, unsigned int rblocks, bool force,
261 struct xfs_dquot *gdqp, struct xfs_dquot *pdqp, bool force,
A Dxfs_trans.c1066 bool force, in xfs_trans_alloc_inode() argument
1077 force ? XFS_TRANS_RESERVE : 0, &tp); in xfs_trans_alloc_inode()
1091 error = xfs_trans_reserve_quota_nblks(tp, ip, dblocks, rblocks, force); in xfs_trans_alloc_inode()
1235 bool force, in xfs_trans_alloc_ichange() argument
1278 if (force) in xfs_trans_alloc_ichange()
A Dxfs_trans_dquot.c982 bool force) in xfs_trans_reserve_quota_nblks() argument
996 if (force) in xfs_trans_reserve_quota_nblks()
A Dxfs_iomap.c269 bool force = false; in xfs_iomap_write_direct() local
306 force = true; in xfs_iomap_write_direct()
313 rblocks, force, &tp); in xfs_iomap_write_direct()
/fs/
A Dfcntl.c128 int force) in __f_setown() argument
137 if (force || !f_owner->pid) { in __f_setown()
153 int f_setown(struct file *filp, int who, int force) in f_setown() argument
183 __f_setown(filp, pid, type, force); in f_setown()
A Dsuper.c1022 bool force = fc->sb_flags & SB_FORCE; in reconfigure_super() local
1061 if (force) { in reconfigure_super()
1079 if (!force) in reconfigure_super()
A Dlibfs.c2007 bool inode_maybe_inc_iversion(struct inode *inode, bool force) in inode_maybe_inc_iversion() argument
2024 if (!force && !(cur & I_VERSION_QUERIED)) { in inode_maybe_inc_iversion()
2031 if (!force && !(cur & I_VERSION_QUERIED)) in inode_maybe_inc_iversion()
/fs/btrfs/
A Dblock-group.c1388 if (force) { in inc_block_group_ro()
3886 const struct btrfs_space_info *sinfo, int force) in should_alloc_chunk() argument
3891 if (force == CHUNK_ALLOC_FORCE) in should_alloc_chunk()
3898 if (force == CHUNK_ALLOC_LIMITED) { in should_alloc_chunk()
4140 enum btrfs_chunk_alloc_enum force) in btrfs_chunk_alloc() argument
4149 if (force == CHUNK_ALLOC_FORCE_FOR_EXTENT) { in btrfs_chunk_alloc()
4151 force = CHUNK_ALLOC_FORCE; in btrfs_chunk_alloc()
4183 if (force < space_info->force_alloc) in btrfs_chunk_alloc()
4184 force = space_info->force_alloc; in btrfs_chunk_alloc()
4185 should_alloc = should_alloc_chunk(fs_info, space_info, force); in btrfs_chunk_alloc()
[all …]
A Dblock-group.h354 enum btrfs_chunk_alloc_enum force);
A Dtransaction.c407 int force) in record_root_in_trans() argument
413 btrfs_get_root_last_trans(root) < trans->transid) || force) { in record_root_in_trans()
414 WARN_ON(!force && root->commit_root != root->node); in record_root_in_trans()
429 if (btrfs_get_root_last_trans(root) == trans->transid && !force) { in record_root_in_trans()
/fs/crypto/
A DKconfig19 # whereas selecting them from FS_ENCRYPTION would force them to be built-in.
/fs/ceph/
A Dsuper.h1090 int mask, bool force);
1091 static inline int ceph_do_getattr(struct inode *inode, int mask, bool force) in ceph_do_getattr() argument
1093 return __ceph_do_getattr(inode, NULL, mask, force); in ceph_do_getattr()
1268 int mds, int drop, int unless, int force);
/fs/f2fs/
A Dsegment.c2098 bool force = (cpc->reason & CP_DISCARD); in add_discard_addrs() local
2108 if (!force) { in add_discard_addrs()
2119 dmap[i] = force ? ~ckpt_map[i] & ~discard_map[i] : in add_discard_addrs()
2122 while (force || SM_I(sbi)->dcc_info->nr_discards <= in add_discard_addrs()
2130 if (force && start && end != BLKS_PER_SEG(sbi) && in add_discard_addrs()
2192 bool force = (cpc->reason & CP_DISCARD); in f2fs_clear_prefree_segments() local
2225 if (force && start >= cpc->trim_start && in f2fs_clear_prefree_segments()
2267 (force && len < cpc->trim_minlen)) in f2fs_clear_prefree_segments()
3088 if (!sbi->am.atgc_enabled && !force) in __f2fs_init_atgc_curseg()
3293 bool new_sec, bool force) in __allocate_new_segment() argument
[all …]
A Dsegment.h1029 static inline void wake_up_discard_thread(struct f2fs_sb_info *sbi, bool force) in wake_up_discard_thread() argument
1035 if (force) in wake_up_discard_thread()
/fs/ntfs3/
A Dsuper.c359 opts->force = 1; in ntfs_fs_parse_param()
438 !new_opts->force) { in ntfs_fs_reconfigure()
738 if (opts->force) in ntfs_show_options()
1339 if ((sbi->volume.flags & VOLUME_FLAG_DIRTY) && !ro && !options->force) { in ntfs_fill_super()
/fs/nilfs2/
A Dsegment.c796 struct list_head *head, int force) in nilfs_dispose_list() argument
806 if (force) { in nilfs_dispose_list()
2281 static void nilfs_segctor_wakeup(struct nilfs_sc_info *sci, int err, bool force) in nilfs_segctor_wakeup() argument
2289 (force || nilfs_cnt32_ge(sci->sc_seq_done, wrq->seq))) { in nilfs_segctor_wakeup()
/fs/fuse/
A Dreaddir.c282 args.force = true; in fuse_force_forget()
/fs/ext4/
A Dioctl.c1711 int ext4_update_overhead(struct super_block *sb, bool force) in ext4_update_overhead() argument
1717 if (!force && in ext4_update_overhead()

Completed in 634 milliseconds

12