Home
last modified time | relevance | path

Searched refs:cursor (Results 1 – 10 of 10) sorted by relevance

/fs/xfs/
Dxfs_attr.c725 attrlist_cursor_kern_t *cursor) in xfs_attr_list() argument
734 if (cursor->pad1 || cursor->pad2) in xfs_attr_list()
736 if ((cursor->initted == 0) && in xfs_attr_list()
737 (cursor->hashval || cursor->blkno || cursor->offset)) in xfs_attr_list()
753 context.cursor = cursor; in xfs_attr_list()
1193 context->cursor->blkno = 0; in xfs_attr_leaf_list()
1808 attrlist_cursor_kern_t *cursor; in xfs_attr_node_list() local
1815 cursor = context->cursor; in xfs_attr_node_list()
1816 cursor->initted = 1; in xfs_attr_node_list()
1824 if (cursor->blkno > 0) { in xfs_attr_node_list()
[all …]
Dxfs_attr_leaf.c577 #define XFS_ISRESET_CURSOR(cursor) \ argument
578 (!((cursor)->initted) && !((cursor)->hashval) && \
579 !((cursor)->blkno) && !((cursor)->offset))
591 attrlist_cursor_kern_t *cursor; in xfs_attr_shortform_list() local
607 cursor = context->cursor; in xfs_attr_shortform_list()
608 ASSERT(cursor != NULL); in xfs_attr_shortform_list()
622 (XFS_ISRESET_CURSOR(cursor) && in xfs_attr_shortform_list()
694 cursor->initted = 1; in xfs_attr_shortform_list()
695 cursor->blkno = 0; in xfs_attr_shortform_list()
697 if (sbp->hash == cursor->hashval) { in xfs_attr_shortform_list()
[all …]
Dxfs_xattr.c197 struct attrlist_cursor_kern cursor = { 0 }; in xfs_vn_listxattr() local
206 context.cursor = &cursor; in xfs_vn_listxattr()
Dxfs_attr.h120 struct attrlist_cursor_kern *cursor; /* position in list */ member
Dxfs_vnodeops.h50 int flags, struct attrlist_cursor_kern *cursor);
Dxfs_ioctl32.c354 attrlist_cursor_kern_t *cursor; in xfs_compat_attrlist_by_handle() local
382 cursor = (attrlist_cursor_kern_t *)&al_hreq.pos; in xfs_compat_attrlist_by_handle()
384 al_hreq.flags, cursor); in xfs_compat_attrlist_by_handle()
Dxfs_trace.h60 __entry->hashval = ctx->cursor->hashval;
61 __entry->blkno = ctx->cursor->blkno;
62 __entry->offset = ctx->cursor->offset;
155 __entry->hashval = ctx->cursor->hashval;
156 __entry->blkno = ctx->cursor->blkno;
157 __entry->offset = ctx->cursor->offset;
Dxfs_ioctl.c394 attrlist_cursor_kern_t *cursor; in xfs_attrlist_by_handle() local
420 cursor = (attrlist_cursor_kern_t *)&al_hreq.pos; in xfs_attrlist_by_handle()
422 al_hreq.flags, cursor); in xfs_attrlist_by_handle()
/fs/configfs/
Ddir.c1515 struct configfs_dirent * cursor = file->private_data; in configfs_dir_close() local
1519 list_del_init(&cursor->s_sibling); in configfs_dir_close()
1523 release_configfs_dirent(cursor); in configfs_dir_close()
1539 struct configfs_dirent *cursor = filp->private_data; in configfs_readdir() local
1540 struct list_head *p, *q = &cursor->s_sibling; in configfs_readdir()
1635 struct configfs_dirent *cursor = file->private_data; in configfs_dir_lseek() local
1640 list_del(&cursor->s_sibling); in configfs_dir_lseek()
1650 list_add_tail(&cursor->s_sibling, p); in configfs_dir_lseek()
/fs/
Dlibfs.c102 struct dentry *cursor = file->private_data; in dcache_dir_lseek() local
107 list_del(&cursor->d_u.d_child); in dcache_dir_lseek()
118 list_add_tail(&cursor->d_u.d_child, p); in dcache_dir_lseek()
141 struct dentry *cursor = filp->private_data; in dcache_readdir() local
142 struct list_head *p, *q = &cursor->d_u.d_child; in dcache_readdir()