Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dflexfilelayout.c27 u32 device_generation = 0; in nfsd4_ff_proc_layoutget() local
60 error = nfsd4_set_deviceid(&fl->deviceid, fhp, device_generation); in nfsd4_ff_proc_layoutget()
H A Dblocklayout.c29 u32 device_generation = 0; in nfsd4_block_proc_layoutget() local
49 &device_generation); in nfsd4_block_proc_layoutget()
96 error = nfsd4_set_deviceid(&bex->vol_id, fhp, device_generation); in nfsd4_block_proc_layoutget()
H A Dpnfs.h66 u32 device_generation);
H A Dnfs4layouts.c113 u32 device_generation) in nfsd4_set_deviceid() argument
122 id->generation = device_generation; in nfsd4_set_deviceid()
/openbmc/linux/fs/xfs/
H A Dxfs_pnfs.h8 struct iomap *iomap, bool write, u32 *device_generation);
H A Dxfs_pnfs.c117 u32 *device_generation) in xfs_fs_map_blocks() argument
215 *device_generation = mp->m_generation; in xfs_fs_map_blocks()
/openbmc/linux/include/linux/
H A Dexportfs.h216 bool write, u32 *device_generation);
/openbmc/linux/fs/btrfs/
H A Daccessors.h138 BTRFS_SETGET_FUNCS(device_generation, struct btrfs_dev_item, generation, 64);