Home
last modified time | relevance | path

Searched refs:dirinfo (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Durls.py69 …url(r'^build/(?P<build_id>\d+)/target/(?P<target_id>\d+)/dirinfo$', views.dirinfo, name='dirinfo'),
70 …P<target_id>\d+)/dirinfo_filepath/_(?P<file_path>(?:/[^/\n]+)*)$', views.dirinfo, name='dirinfo_fi…
H A Dviews.py774 def dirinfo(request, build_id, target_id, file_path=None): function
/openbmc/linux/fs/ceph/
H A Dinode.c371 struct ceph_mds_reply_dirfrag *dirinfo) in ceph_fill_dirfrag() argument
375 u32 id = le32_to_cpu(dirinfo->frag); in ceph_fill_dirfrag()
376 int mds = le32_to_cpu(dirinfo->auth); in ceph_fill_dirfrag()
377 int ndist = le32_to_cpu(dirinfo->ndist); in ceph_fill_dirfrag()
419 ceph_vinop(inode), le32_to_cpu(dirinfo->frag)); in ceph_fill_dirfrag()
427 frag->dist[i] = le32_to_cpu(dirinfo->dist[i]); in ceph_fill_dirfrag()
455 struct ceph_mds_reply_dirfrag *dirinfo) in ceph_fill_fragtree() argument
479 if (!update && dirinfo) { in ceph_fill_fragtree()
480 id = le32_to_cpu(dirinfo->frag); in ceph_fill_fragtree()
916 struct ceph_mds_reply_dirfrag *dirinfo, in ceph_fill_inode() argument
[all …]
H A Dsuper.h1044 struct ceph_mds_reply_dirfrag *dirinfo,
/openbmc/linux/scripts/
H A Dspdxcheck.py32 class dirinfo(object): class
255 di = self.spdx_dirs.get(base, dirinfo())
/openbmc/u-boot/fs/zfs/
H A Dzfs.c174 struct zfs_dirhook_info *dirinfo; member