Lines Matching refs:p
107 char *p = data; in ocfs2_dir_trailer_from_size() local
109 p += blocksize - sizeof(struct ocfs2_dir_block_trailer); in ocfs2_dir_trailer_from_size()
110 return (struct ocfs2_dir_block_trailer *)p; in ocfs2_dir_trailer_from_size()
255 const char *p; in ocfs2_dx_dir_name_hash() local
280 p = name; in ocfs2_dx_dir_name_hash()
282 str2hashbuf(p, len, in, 4); in ocfs2_dx_dir_name_hash()
285 p += 16; in ocfs2_dx_dir_name_hash()
2049 struct ocfs2_empty_dir_priv *p = in ocfs2_empty_dir_filldir() local
2064 p->seen_dot = 1; in ocfs2_empty_dir_filldir()
2070 p->seen_dot_dot = 1; in ocfs2_empty_dir_filldir()
2072 if (p->dx_dir && p->seen_dot) in ocfs2_empty_dir_filldir()
2078 p->seen_other = 1; in ocfs2_empty_dir_filldir()