Home
last modified time | relevance | path

Searched refs:conv (Results 1 – 5 of 5) sorted by relevance

/fs/smb/server/
A Dmisc.c318 char *conv; in ksmbd_convert_dir_info_name() local
324 conv = kmalloc(sz, KSMBD_DEFAULT_GFP); in ksmbd_convert_dir_info_name()
325 if (!conv) in ksmbd_convert_dir_info_name()
329 *conv_len = smbConvertToUTF16((__le16 *)conv, d_info->name, in ksmbd_convert_dir_info_name()
334 conv[*conv_len] = 0x00; in ksmbd_convert_dir_info_name()
335 conv[*conv_len + 1] = 0x00; in ksmbd_convert_dir_info_name()
336 return conv; in ksmbd_convert_dir_info_name()
/fs/xfs/libxfs/
A Dxfs_bmap.h41 bool conv; /* overwriting unwritten extents */ member
A Dxfs_bmap.c3322 ap->eof, 0, ap->conv, &ap->offset, in xfs_bmap_compute_alignments()
4250 bma.conv = !!(flags & XFS_BMAPI_CONVERT); in xfs_bmapi_write()
/fs/dlm/
A Dlock.c2246 int8_t conv = (lkb->lkb_grmode != DLM_LOCK_IV); in _can_be_granted() local
2301 if (conv && recover) in _can_be_granted()
2327 if (now && conv && !(lkb->lkb_exflags & DLM_LKF_QUECVT)) in _can_be_granted()
2335 if (now && conv && (lkb->lkb_exflags & DLM_LKF_QUECVT)) { in _can_be_granted()
2356 if (!now && conv && first_in_list(lkb, &r->res_convertqueue)) in _can_be_granted()
2370 if (now && !conv && list_empty(&r->res_convertqueue) && in _can_be_granted()
2382 if (!now && !conv && list_empty(&r->res_convertqueue) && in _can_be_granted()
/fs/xfs/
A Dxfs_rtalloc.c2079 ap->eof, 0, ap->conv, &ap->offset, &ap->length); in xfs_rtallocate_align()

Completed in 32 milliseconds