Home
last modified time | relevance | path

Searched refs:cat (Results 1 – 17 of 17) sorted by relevance

/fs/ubifs/
A Dlprops.c28 switch (cat) { in get_heap_comp_val()
128 cat); in adjust_lpt_heap()
167 int cat) in add_to_lpt_heap() argument
262 int cat) in ubifs_add_to_cat() argument
264 switch (cat) { in ubifs_add_to_cat()
307 switch (cat) { in ubifs_remove_from_cat()
344 int cat; in ubifs_replace_cat() local
347 switch (cat) { in ubifs_replace_cat()
855 int i, cat; in dbg_check_cats() local
927 for (cat = 1; cat <= LPROPS_HEAP_CNT; cat++) { in dbg_check_cats()
[all …]
A Dlpt.c2277 if (cat != LPROPS_UNCAT) { in dbg_chk_pnode()
2279 lprops->lnum, cat); in dbg_chk_pnode()
2285 switch (cat) { in dbg_chk_pnode()
2292 lprops->lnum, cat); in dbg_chk_pnode()
2296 switch (cat) { in dbg_chk_pnode()
2305 lprops->lnum, cat); in dbg_chk_pnode()
2309 switch (cat) { in dbg_chk_pnode()
2324 switch (cat) { in dbg_chk_pnode()
2328 heap = &c->lpt_heap[cat - 1]; in dbg_chk_pnode()
2346 lprops->lnum, cat); in dbg_chk_pnode()
[all …]
A Ddebug.h259 int cat);
284 void dbg_check_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat,
A Dfind.c44 int n, cat = lprops->flags & LPROPS_CAT_MASK; in valuable() local
47 switch (cat) { in valuable()
51 heap = &c->lpt_heap[cat - 1]; in valuable()
A Dubifs.h1996 int cat);
A Ddebug.c907 void ubifs_dump_heap(struct ubifs_info *c, struct ubifs_lpt_heap *heap, int cat) in ubifs_dump_heap() argument
912 current->pid, cat, heap->cnt); in ubifs_dump_heap()
/fs/hfsplus/
A Dcatalog.c21 k1p = k1->cat.parent; in hfsplus_cat_case_cmp_key()
22 k2p = k2->cat.parent; in hfsplus_cat_case_cmp_key()
26 return hfsplus_strcasecmp(&k1->cat.name, &k2->cat.name); in hfsplus_cat_case_cmp_key()
34 k1p = k1->cat.parent; in hfsplus_cat_bin_cmp_key()
35 k2p = k2->cat.parent; in hfsplus_cat_bin_cmp_key()
39 return hfsplus_strcmp(&k1->cat.name, &k2->cat.name); in hfsplus_cat_bin_cmp_key()
48 key->cat.parent = cpu_to_be32(parent); in hfsplus_cat_build_key()
63 key->cat.parent = cpu_to_be32(parent); in hfsplus_cat_build_key_with_cnid()
64 key->cat.name.length = 0; in hfsplus_cat_build_key_with_cnid()
74 key->cat.parent = cpu_to_be32(parent); in hfsplus_cat_build_key_uni()
[all …]
A Dbfind.c56 cur_cnid = fd->key->cat.parent; in hfs_find_1st_rec_by_cnid()
57 search_cnid = fd->search_key->cat.parent; in hfs_find_1st_rec_by_cnid()
A Ddir.c192 if (be32_to_cpu(fd.key->cat.parent) != inode->i_ino) { in hfsplus_readdir()
207 err = hfsplus_uni2asc(sb, &fd.key->cat.name, strbuf, &len); in hfsplus_readdir()
A Dhfsplus_raw.h407 struct hfsplus_cat_key cat; member
/fs/hfs/
A Dcatalog.c25 key->cat.reserved = 0; in hfs_cat_build_key()
26 key->cat.ParID = cpu_to_be32(parent); in hfs_cat_build_key()
28 hfs_asc2mac(sb, &key->cat.CName, name); in hfs_cat_build_key()
29 key->key_len = 6 + key->cat.CName.len; in hfs_cat_build_key()
31 memset(&key->cat.CName, 0, sizeof(struct hfs_name)); in hfs_cat_build_key()
175 k1p = key1->cat.ParID; in hfs_cat_keycmp()
176 k2p = key2->cat.ParID; in hfs_cat_keycmp()
181 return hfs_strcmp(key1->cat.CName.name, key1->cat.CName.len, in hfs_cat_keycmp()
182 key2->cat.CName.name, key2->cat.CName.len); in hfs_cat_keycmp()
204 fd->search_key->cat.ParID = rec.thread.ParID; in hfs_cat_find_brec()
[all …]
A Ddir.c37 inode = hfs_iget(dir->i_sb, &fd.search_key->cat, &rec); in hfs_lookup()
105 if (be32_to_cpu(fd.key->cat.ParID) != inode->i_ino) { in hfs_readdir()
118 len = hfs_mac2asc(sb, strbuf, &fd.key->cat.CName); in hfs_readdir()
166 memcpy(&rd->key, &fd.key->cat, sizeof(struct hfs_cat_key)); in hfs_readdir()
A Dattr.c36 fd.search_key->cat = HFS_I(inode)->cat_key; in __hfs_setxattr()
83 fd.search_key->cat = HFS_I(inode)->cat_key; in __hfs_getxattr()
A Dhfs.h166 struct hfs_cat_key cat; member
A Dinode.c462 fd.search_key->cat = HFS_I(main_inode)->cat_key; in hfs_write_inode()
538 fd.search_key->cat = HFS_I(dir)->cat_key; in hfs_file_lookup()
A Dsuper.c363 root_inode = hfs_iget(sb, &fd.search_key->cat, &rec); in hfs_fill_super()
/fs/proc/
A DKconfig10 version of the program less: you need to use more or cat.
12 It's totally cool; for example, "cat /proc/interrupts" gives

Completed in 52 milliseconds