Home
last modified time | relevance | path

Searched refs:top (Results 1 – 23 of 23) sorted by relevance

/fs/jfs/
Djfs_btree.h106 struct btframe *top; member
112 (btstack)->top = (btstack)->stack
115 ( (btstack)->top == &((btstack)->stack[MAXTREEHEIGHT-1]))
120 (BTSTACK)->top->bn = BN;\
121 (BTSTACK)->top->index = INDEX;\
122 ++(BTSTACK)->top;\
126 ( (btstack)->top == (btstack)->stack ? NULL : --(btstack)->top )
129 ( (btstack)->top == (btstack)->stack ? NULL : (btstack)->top )
156 if (! BT_IS_ROOT((BTSTACK)->top->mp))\
157 release_metapage((BTSTACK)->top->mp);\
Djfs_xtree.c175 XT_GETSEARCH(ip, btstack.top, bn, mp, p, index); in xtLookup()
346 btsp = btstack->top; in xtSearch()
393 btsp = btstack->top; in xtSearch()
451 btsp = btstack->top; in xtSearch()
556 XT_GETSEARCH(ip, btstack.top, bn, mp, p, index); in xtInsert()
1372 XT_GETSEARCH(ip, btstack.top, bn, mp, p, index); in xtExtend()
1539 XT_GETSEARCH(ip, btstack.top, bn, mp, p, index); in xtTailgate()
1720 XT_GETSEARCH(ip, btstack.top, bn, mp, p, index0); in xtUpdate()
2034 XT_GETSEARCH(ip, btstack.top, bn, mp, p, index0); in xtUpdate()
2195 XT_GETSEARCH(ip, btstack.top, bn, mp, p, index); in xtAppend()
[all …]
Djfs_dtree.c692 btsp = btstack->top; in dtSearch()
741 btsp = btstack->top; in dtSearch()
831 DT_GETSEARCH(ip, btstack->top, bn, mp, p, index); in dtInsert()
2098 DT_GETSEARCH(ip, btstack.top, bn, mp, p, index); in dtDelete()
2467 DT_GETSEARCH(ip, btstack.top, bn, pmp, pp, index); in dtRelocate()
2695 btsp = btstack->top; in dtSearchNode()
3114 DT_GETSEARCH(ip, btstack.top, bn, mp, p, index); in jfs_readdir()
3160 DT_GETSEARCH(ip, btstack.top, bn, mp, p, index); in jfs_readdir()
3358 btsp = btstack->top; in dtReadFirst()
3427 DT_GETSEARCH(ip, btstack->top, bn, mp, p, index); in dtReadNext()
[all …]
Djfs_txnmgr.c1135 ino_t top; in txCommit() local
1191 top = (cd.iplist[k])->i_ino; in txCommit()
1194 if (ip->i_ino > top) { in txCommit()
1195 top = ip->i_ino; in txCommit()
/fs/autofs/
Dexpire.c32 struct dentry *top = dentry; in autofs_mount_busy() local
61 ino = autofs_dentry_ino(top); in autofs_mount_busy()
151 struct dentry *top, in autofs_direct_busy() argument
155 pr_debug("top %p %pd\n", top, top); in autofs_direct_busy()
165 ino = autofs_dentry_ino(top); in autofs_direct_busy()
172 if (!autofs_can_expire(top, timeout, how)) in autofs_direct_busy()
183 struct dentry *top, in autofs_tree_busy() argument
187 struct autofs_info *top_ino = autofs_dentry_ino(top); in autofs_tree_busy()
190 pr_debug("top %p %pd\n", top, top); in autofs_tree_busy()
193 if (!simple_positive(top)) in autofs_tree_busy()
[all …]
/fs/sdcardfs/
Dinode.c563 struct sdcardfs_inode_data *top = top_data_get(SDCARDFS_I(inode)); in sdcardfs_permission() local
568 if (!top) in sdcardfs_permission()
583 tmp.i_uid = make_kuid(&init_user_ns, top->d_uid); in sdcardfs_permission()
584 tmp.i_gid = make_kgid(&init_user_ns, get_gid(mnt, inode->i_sb, top)); in sdcardfs_permission()
586 | get_mode(mnt, SDCARDFS_I(inode), top); in sdcardfs_permission()
587 data_put(top); in sdcardfs_permission()
613 struct sdcardfs_inode_data *top; in sdcardfs_setattr() local
618 top = top_data_get(SDCARDFS_I(inode)); in sdcardfs_setattr()
620 if (!top) in sdcardfs_setattr()
636 tmp.i_uid = make_kuid(&init_user_ns, top->d_uid); in sdcardfs_setattr()
[all …]
/fs/erofs/
Ddecompressor.c40 unsigned int i, j, top; in z_erofs_lz4_prepare_destpages() local
42 top = 0; in z_erofs_lz4_prepare_destpages()
53 DBG_BUGON(top >= LZ4_MAX_DISTANCE_PAGES); in z_erofs_lz4_prepare_destpages()
54 availables[top++] = rq->out[i - LZ4_MAX_DISTANCE_PAGES]; in z_erofs_lz4_prepare_destpages()
72 if (top) { in z_erofs_lz4_prepare_destpages()
73 victim = availables[--top]; in z_erofs_lz4_prepare_destpages()
/fs/nfs/blocklayout/
Ddev.c501 struct pnfs_block_dev *top; in bl_alloc_deviceid_node() local
531 top = kzalloc(sizeof(*top), gfp_mask); in bl_alloc_deviceid_node()
532 if (!top) in bl_alloc_deviceid_node()
535 ret = bl_parse_deviceid(server, top, volumes, nr_volumes - 1, gfp_mask); in bl_alloc_deviceid_node()
537 node = &top->node; in bl_alloc_deviceid_node()
/fs/btrfs/
Dreada.c55 struct btrfs_key top; member
90 struct btrfs_key *top, u64 generation);
143 next_key = re->top; in __readahead_hook()
301 struct btrfs_key *top) in reada_find_extent() argument
330 re->top = *top; in reada_find_extent()
544 struct btrfs_key *top, u64 generation) in reada_add_block() argument
551 re = reada_find_extent(fs_info, logical, top); in reada_add_block()
/fs/minix/
Ditree_common.c221 block_t *top) in find_shared() argument
226 *top = 0; in find_shared()
243 *top = *p->p; in find_shared()
/fs/ext4/
Ddir.c640 char *top; in ext4_check_all_de() local
643 top = buf + buf_size; in ext4_check_all_de()
644 while ((char *) de < top) { in ext4_check_all_de()
652 if ((char *) de > top) in ext4_check_all_de()
Dnamei.c314 struct ext4_dir_entry *d, *top; in get_dirent_tail() local
317 top = (struct ext4_dir_entry *)(bh->b_data + in get_dirent_tail()
320 while (d < top && d->rec_len) in get_dirent_tail()
324 if (d != top) in get_dirent_tail()
991 struct ext4_dir_entry_2 *de, *top; in htree_dirblock_to_tree() local
1002 top = (struct ext4_dir_entry_2 *) ((char *) de + in htree_dirblock_to_tree()
1021 for (; de < top; de = ext4_next_entry(de, dir->i_sb->s_blocksize)) { in htree_dirblock_to_tree()
1235 struct dx_map_entry *p, *q, *top = map + count - 1; in dx_sort_map() local
1242 for (p = top, q = p - count; q >= map; p--, q--) in dx_sort_map()
1249 q = top; in dx_sort_map()
[all …]
Dindirect.c765 __le32 *top) in ext4_find_shared() argument
770 *top = 0; in ext4_find_shared()
796 *top = *p->p; in ext4_find_shared()
/fs/sysv/
Ditree.c281 sysv_zone_t *top) in find_shared() argument
286 *top = 0; in find_shared()
313 *top = *p->p; in find_shared()
/fs/
Dbinfmt_elf_fdpic.c922 unsigned long load_addr, base = ULONG_MAX, top = 0, maddr = 0, mflags; in elf_fdpic_map_file_constdisp_on_uclinux() local
937 if (top < phdr->p_vaddr + phdr->p_memsz) in elf_fdpic_map_file_constdisp_on_uclinux()
938 top = phdr->p_vaddr + phdr->p_memsz; in elf_fdpic_map_file_constdisp_on_uclinux()
946 maddr = vm_mmap(NULL, load_addr, top - base, in elf_fdpic_map_file_constdisp_on_uclinux()
952 load_addr += PAGE_ALIGN(top - base); in elf_fdpic_map_file_constdisp_on_uclinux()
Dcompat_ioctl.c165 void __user *top = compat_alloc_user_space(0); in sg_ioctl_trans() local
168 if (new > top) in sg_ioctl_trans()
/fs/hfs/
Dhfs.h98 __be16 top; member
/fs/hfsplus/
Dhfsplus_raw.h228 __be16 top; member
/fs/ubifs/
DKconfig17 UBIFS is a file system for flash devices which works on top of UBI.
/fs/ntfs/
DKconfig74 on top of any DOS/Microsoft Windows system without partitioning your
/fs/ext2/
Dinode.c1052 __le32 *top) in ext2_find_shared() argument
1057 *top = 0; in ext2_find_shared()
1083 *top = *p->p; in ext2_find_shared()
/fs/cramfs/
DREADME53 <block_pointer>'s top bits may contain special flags as follows:
/fs/ocfs2/dlm/
Ddlmmaster.c3341 top: in dlm_clean_master_list()
3407 goto top; in dlm_clean_master_list()