Home
last modified time | relevance | path

Searched refs:pstart (Results 1 – 8 of 8) sorted by relevance

/linux-4.19.296/include/xen/
Dxen-ops.h45 int xen_create_contiguous_region(phys_addr_t pstart, unsigned int order,
49 void xen_destroy_contiguous_region(phys_addr_t pstart, unsigned int order);
51 static inline int xen_create_contiguous_region(phys_addr_t pstart, in xen_create_contiguous_region() argument
59 static inline void xen_destroy_contiguous_region(phys_addr_t pstart, in xen_destroy_contiguous_region() argument
/linux-4.19.296/block/
Dioctl.c43 long pstart = start, plength = length; in blkpg_ioctl() local
44 if (pstart != start || plength != length in blkpg_ioctl()
45 || pstart < 0 || plength < 0 || partno > 65535) in blkpg_ioctl()
106 long pstart = start, plength = length; in blkpg_ioctl() local
107 if (pstart != start || plength != length in blkpg_ioctl()
108 || pstart < 0 || plength < 0) in blkpg_ioctl()
/linux-4.19.296/drivers/gpio/
Dgpio-merrifield.c47 #define GPIO_PINRANGE(gstart, gend, pstart) \ argument
50 .pin_base = (pstart), \
/linux-4.19.296/include/uapi/linux/
Dbtrfs_tree.h681 __le64 pstart; member
Dbtrfs.h298 __u64 pstart; member
/linux-4.19.296/fs/btrfs/
Dctree.h2286 cpu->pstart = le64_to_cpu(disk->pstart); in btrfs_disk_balance_args_to_cpu()
2306 disk->pstart = cpu_to_le64(cpu->pstart); in btrfs_cpu_balance_args_to_disk()
Dvolumes.c3323 stripe_offset + stripe_length > bargs->pstart) in chunk_drange_filter()
/linux-4.19.296/fs/ocfs2/
Drefcounttree.c4525 loff_t pstart, plen; in ocfs2_reflink_remap_extent() local
4556 pstart = ocfs2_clusters_to_bytes(t_inode->i_sb, tpos); in ocfs2_reflink_remap_extent()
4558 ret = ocfs2_remove_inode_range(t_inode, t_bh, pstart, plen); in ocfs2_reflink_remap_extent()