Searched refs:layout_type (Results 1 – 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/ |
D | nfs4layouts.c | 213 struct nfs4_stid *parent, u32 layout_type) in nfsd4_alloc_layout_stateid() argument 234 ls->ls_layout_type = layout_type; in nfsd4_alloc_layout_stateid() 267 bool create, u32 layout_type, struct nfs4_layout_stateid **lsp) in nfsd4_preprocess_layout_stateid() argument 289 ls = nfsd4_alloc_layout_stateid(cstate, stid, layout_type); in nfsd4_preprocess_layout_stateid() 303 if (layout_type != ls->ls_layout_type) in nfsd4_preprocess_layout_stateid()
|
D | pnfs.h | 56 bool create, u32 layout_type, struct nfs4_layout_stateid **lsp);
|
D | nfs4proc.c | 1832 nfsd4_layout_verify(struct svc_export *exp, unsigned int layout_type) in nfsd4_layout_verify() argument 1839 if (layout_type >= LAYOUT_TYPE_MAX || in nfsd4_layout_verify() 1840 !(exp->ex_layout_types & (1 << layout_type))) { in nfsd4_layout_verify() 1842 __func__, layout_type); in nfsd4_layout_verify() 1846 return nfsd4_layout_ops[layout_type]; in nfsd4_layout_verify()
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | pnfs_dev.c | 133 pdev->layout_type = server->pnfs_curr_ld->id; in nfs4_get_device_info()
|
D | pnfs.h | 220 unsigned int layout_type; member
|
D | nfs42xdr.c | 384 *p++ = cpu_to_be32(devinfo->layout_type); in encode_layoutstats()
|
D | nfs4xdr.c | 1958 *p++ = cpu_to_be32(args->pdev->layout_type); in encode_getdeviceinfo() 2040 *p++ = cpu_to_be32(args->layout_type); in encode_layoutreturn() 5844 if (type != pdev->layout_type) { in decode_getdeviceinfo() 5846 __func__, pdev->layout_type, type); in decode_getdeviceinfo()
|
D | pnfs.c | 1218 args->layout_type = NFS_SERVER(inode)->pnfs_curr_ld->id; in pnfs_init_layoutreturn_args()
|
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
D | hfi_cmds.c | 908 switch (in->layout_type) { in pkt_session_set_property_1x() 917 mvc->layout_type = in->layout_type; in pkt_session_set_property_1x()
|
D | hfi_helper.h | 1001 u32 layout_type; member
|
/kernel/linux/linux-5.10/include/linux/ |
D | nfs_xdr.h | 328 __u32 layout_type; member 365 __u32 layout_type; member
|
/kernel/linux/linux-5.10/scripts/gcc-plugins/ |
D | randomize_layout_plugin.c | 411 layout_type(main_variant); in relayout_struct()
|
/kernel/linux/linux-5.10/fs/nfs/flexfilelayout/ |
D | flexfilelayout.c | 2441 devinfo->layout_type = LAYOUT_FLEX_FILES; in ff_layout_mirror_prepare_stats()
|