Searched refs:conv (Results 1 – 4 of 4) sorted by relevance
/fs/hpfs/ |
D | super.c | 245 int *lowercase, int *conv, int *eas, int *chk, int *errs, in parse_opts() argument 288 *conv = CONV_BINARY; in parse_opts() 291 *conv = CONV_TEXT; in parse_opts() 294 *conv = CONV_AUTO; in parse_opts() 386 int lowercase, conv, eas, chk, errs, chkdsk, timeshift; in hpfs_remount_fs() local 395 lowercase = sbi->sb_lowercase; conv = sbi->sb_conv; in hpfs_remount_fs() 399 if (!(o = parse_opts(data, &uid, &gid, &umask, &lowercase, &conv, in hpfs_remount_fs() 417 sbi->sb_lowercase = lowercase; sbi->sb_conv = conv; in hpfs_remount_fs() 458 int lowercase, conv, eas, chk, errs, chkdsk, timeshift; in hpfs_fill_super() local 482 conv = CONV_BINARY; in hpfs_fill_super() [all …]
|
/fs/xfs/ |
D | xfs_bmap.h | 135 char conv; /* overwriting unwritten extents */ member
|
D | xfs_bmap.c | 2624 ap->conv, &ap->off, &ap->alen); in xfs_bmap_rtalloc() 2730 align, 0, ap->eof, 0, ap->conv, in xfs_bmap_btalloc() 5060 bma.conv = !!(flags & XFS_BMAPI_CONVERT); in xfs_bmapi()
|
/fs/dlm/ |
D | lock.c | 1492 int8_t conv = (lkb->lkb_grmode != DLM_LOCK_IV); in _can_be_granted() local 1556 if (now && conv && !(lkb->lkb_exflags & DLM_LKF_QUECVT)) in _can_be_granted() 1573 if (!now && conv && first_in_list(lkb, &r->res_convertqueue)) in _can_be_granted() 1587 if (now && !conv && list_empty(&r->res_convertqueue) && in _can_be_granted() 1599 if (!now && !conv && list_empty(&r->res_convertqueue) && in _can_be_granted()
|