Searched refs:cursor (Results 1 – 10 of 10) sorted by relevance
725 attrlist_cursor_kern_t *cursor) in xfs_attr_list() argument734 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() local1815 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 …]
577 #define XFS_ISRESET_CURSOR(cursor) \ argument578 (!((cursor)->initted) && !((cursor)->hashval) && \579 !((cursor)->blkno) && !((cursor)->offset))591 attrlist_cursor_kern_t *cursor; in xfs_attr_shortform_list() local607 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 …]
197 struct attrlist_cursor_kern cursor = { 0 }; in xfs_vn_listxattr() local206 context.cursor = &cursor; in xfs_vn_listxattr()
120 struct attrlist_cursor_kern *cursor; /* position in list */ member
50 int flags, struct attrlist_cursor_kern *cursor);
354 attrlist_cursor_kern_t *cursor; in xfs_compat_attrlist_by_handle() local382 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()
60 __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;
394 attrlist_cursor_kern_t *cursor; in xfs_attrlist_by_handle() local420 cursor = (attrlist_cursor_kern_t *)&al_hreq.pos; in xfs_attrlist_by_handle()422 al_hreq.flags, cursor); in xfs_attrlist_by_handle()
1515 struct configfs_dirent * cursor = file->private_data; in configfs_dir_close() local1519 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() local1540 struct list_head *p, *q = &cursor->s_sibling; in configfs_readdir()1635 struct configfs_dirent *cursor = file->private_data; in configfs_dir_lseek() local1640 list_del(&cursor->s_sibling); in configfs_dir_lseek()1650 list_add_tail(&cursor->s_sibling, p); in configfs_dir_lseek()
102 struct dentry *cursor = file->private_data; in dcache_dir_lseek() local107 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() local142 struct list_head *p, *q = &cursor->d_u.d_child; in dcache_readdir()