Home
last modified time | relevance | path

Searched defs:p (Results 1 – 25 of 25) sorted by relevance

/fs/btrfs/
A Dcompat.h41 #define get_unaligned_le8(p) (*((u8 *)(p))) argument
42 #define get_unaligned_8(p) (*((u8 *)(p))) argument
43 #define put_unaligned_le8(val,p) ((*((u8 *)(p))) = (val)) argument
44 #define put_unaligned_8(val,p) ((*((u8 *)(p))) = (val)) argument
A Dctree.c54 void btrfs_free_path(struct btrfs_path *p) in btrfs_free_path()
62 void btrfs_release_path(struct btrfs_path *p) in btrfs_release_path()
247 static int generic_bin_search(struct extent_buffer *eb, unsigned long p, in generic_bin_search()
391 struct btrfs_path *p, int ins_len, int cow) in btrfs_search_slot()
498 struct btrfs_path *p, int find_higher, in btrfs_search_slot_for_read()
A Dctree.h1107 struct btrfs_balance_item *p; in btrfs_balance_item_data() local
1116 struct btrfs_balance_item *p; in btrfs_balance_item_meta() local
1125 struct btrfs_balance_item *p; in btrfs_balance_item_sys() local
1205 #define btrfs_path_item_ptr(p,t) \ argument
1267 struct btrfs_path *p) in btrfs_next_item()
1287 static inline void btrfs_init_path(struct btrfs_path *p) in btrfs_init_path()
A Dextent-io.c177 u8 *p = (u8 *)eb->data + start + BIT_BYTE(pos); in extent_buffer_bitmap_set() local
205 u8 *p = (u8 *)eb->data + start + BIT_BYTE(pos); in extent_buffer_bitmap_clear() local
/fs/ubifs/
A Dlog.c37 struct rb_node *p; in ubifs_search_bud() local
66 struct rb_node *p; in ubifs_get_wbuf() local
119 struct rb_node **p, *parent = NULL; in ubifs_add_bud() local
295 struct rb_node *p; in remove_buds() local
547 struct rb_node **p = &done_tree->rb_node, *parent = NULL; in done_already() local
A Dorphan.c59 struct rb_node **p, *parent = NULL; in ubifs_add_orphan() local
109 struct rb_node *p; in ubifs_delete_orphan() local
506 struct rb_node **p, *parent = NULL; in insert_dead_orphan() local
741 struct rb_node *p; in dbg_find_orphan() local
763 struct rb_node **p, *parent = NULL; in dbg_ins_check_orphan() local
791 struct rb_node *p; in dbg_find_check_orphan() local
A Drecovery.c59 uint8_t *p = buf; in is_empty() local
78 uint8_t *p = buf; in first_non_ff() local
413 uint8_t *p; in is_last_write() local
1266 struct rb_node **p = &c->size_tree.rb_node, *parent = NULL; in add_ino() local
1300 struct rb_node *p = c->size_tree.rb_node; in find_ino() local
1424 unsigned char *p; in fix_size_in_place() local
A Dscan.c37 uint8_t *p = buf; in scan_padding_bytes() local
A Dlpt.c232 uint8_t *p = *addr; in pack_bits() local
283 uint8_t *p = *addr; in ubifs_unpack_bits() local
612 void *buf = NULL, *p; in ubifs_create_dflt_lpt() local
1541 struct ubifs_pnode *p; in dirty_cow_pnode() local
A Ddebug.c107 char *p = buffer; in dbg_snprintf_key() local
1873 struct rb_node **p, *parent = NULL; in add_inode() local
1955 struct rb_node *p; in search_inode() local
2629 unsigned char *p = (void *)buf; in corrupt_data() local
A Dlpt_commit.c1641 void *buf, *p; in dbg_check_ltab_lnum() local
1892 void *buf, *p; in dump_lpt_leb() local
A Dtnc.c84 struct rb_node **p, *parent = NULL; in insert_old_idx() local
1100 int *path = c->bottom_up_buf, p = 0; in dirty_cow_bottom_up() local
A Dsuper.c1167 char *p; in ubifs_parse_options() local
/fs/jffs2/
A Dcompr_rubin.c52 register unsigned long p; in rubin_do_decompress() local
85 u32 *p = (u32 *)in; in rubin_do_decompress() local
A Dmergesort.c14 struct b_node *p, *q, *e, **tail; in sort_list() local
A Djffs2_1pass.c895 char s[64], *p; in dump_stat() local
1233 u8 *p = (u8 *)ptr; in sum_get_unaligned32() local
1243 u8 *p = (u8 *)ptr; in sum_get_unaligned16() local
/fs/exfat/
A Dlookup.c125 const char* p; in exfat_lookup() local
149 const char* p = comp + length; in is_last_comp() local
179 const char* p; in exfat_split() local
A Dmount.c65 const char* p; in get_option() local
77 const char* p = get_option(options, option_name); in get_int_option() local
A Dnode.c602 struct exfat_node* p = node->child; in reset_cache() local
833 struct exfat_node* p; in find_slot() local
1096 struct exfat_node* p; in exfat_rename() local
A Dutils.c186 const char* p; in exfat_match_option() local
A Dcluster.c141 struct exfat_node* p; in flush_nodes() local
/fs/btrfs/common/
A Drbtree-utils.c25 struct rb_node **p = &root->rb_node; in rb_insert() local
/fs/erofs/
A Dnamei.c235 const char *p = name; in link_path_walk() local
/fs/cramfs/
A Dcramfs.c151 char *p = strtok (NULL, "/"); in cramfs_resolve() local
/fs/fat/
A Dfat_write.c1369 char *p, *last_slash, *last_slash_cont; in split_filename() local
1451 const char *p, illegal[] = "<>:\"/\\|?*"; in normalize_longname() local

Completed in 59 milliseconds