Searched refs:fm_flags (Results 1 – 9 of 9) sorted by relevance
32 __u32 fm_flags; /* FIEMAP_FLAG_* flags for request (in/out) */ member
65 __u32 fm_flags; /* FIEMAP_FLAG_* flags for request (in/out) */ member
20 __u32 fm_flags; /* FIEMAP_FLAG_* flags for request (in/out) */36 set in fm_flags. If the kernel doesn't understand some particular37 flags, it will return EBADR and the contents of fm_flags will contain39 with all flags passed, the contents of fm_flags will be unmodified.52 The following flags can be set in fm_flags:
197 fieinfo.fi_flags = fiemap.fm_flags; in ioctl_fiemap()210 fiemap.fm_flags = fieinfo.fi_flags; in ioctl_fiemap()
1856 fm_local->fm_flags = fiemap->fm_flags; in lov_fiemap()1869 fm_local->fm_flags |= FIEMAP_EXTENT_LAST; in lov_fiemap()1881 fm_local->fm_flags &= ~FIEMAP_FLAG_DEVICE_ORDER; in lov_fiemap()1948 fiemap->fm_flags |= FIEMAP_FLAG_DEVICE_ORDER; in lov_fiemap()
1687 if (fiemap->fm_flags & ~LUSTRE_FIEMAP_FLAGS_COMPAT) { in ll_do_fiemap()1688 fiemap->fm_flags &= ~LUSTRE_FIEMAP_FLAGS_COMPAT; in ll_do_fiemap()1693 if (fiemap->fm_flags & FIEMAP_FLAG_SYNC) { in ll_do_fiemap()1707 !(fiemap->fm_flags & FIEMAP_FLAG_DEVICE_ORDER)) { in ll_do_fiemap()3070 fiemap->fm_flags = fieinfo->fi_flags; in ll_fiemap()3080 fieinfo->fi_flags = fiemap->fm_flags; in ll_fiemap()
3947 LASSERTF((int)offsetof(struct ll_user_fiemap, fm_flags) == 16, "found %lld\n", in lustre_assert_wire_constants()3948 (long long)(int)offsetof(struct ll_user_fiemap, fm_flags)); in lustre_assert_wire_constants()3949 LASSERTF((int)sizeof(((struct ll_user_fiemap *)0)->fm_flags) == 4, "found %lld\n", in lustre_assert_wire_constants()3950 (long long)(int)sizeof(((struct ll_user_fiemap *)0)->fm_flags)); in lustre_assert_wire_constants()
1995 __swab32s(&fiemap->fm_flags); in lustre_swab_fiemap()
2800 if (!(fm_key->fiemap.fm_flags & FIEMAP_FLAG_SYNC)) in osc_get_info()