Searched refs:p1 (Results 1 - 10 of 10) sorted by relevance

/fs/hfsplus/
H A Dunicode.c35 const hfsplus_unichr *p1, *p2; local
39 p1 = s1->unicode;
46 c1 = case_fold(be16_to_cpu(*p1));
47 p1++;
68 const hfsplus_unichr *p1, *p2; local
73 p1 = s1->unicode;
77 c1 = be16_to_cpu(*p1);
81 p1++;
/fs/ncpfs/
H A Dncp_fs_sb.h125 __u16 p1 __packed;
H A Dsock.c588 server->rcv.ptr = (unsigned char*)&server->rcv.buf.p1;
/fs/nfsd/
H A Dnfs3xdr.c935 __be32 *p1, *tmp; local
939 p1 = tmp = page_address(*(page+1));
941 p1 = encode_entry_baggage(cd, p1, name, namlen, ino);
944 p1 = encode_entryplus_baggage(cd, p1, name, namlen);
947 num_entry_words = p1 - tmp;
/fs/ubifs/
H A Dlog.c309 struct rb_node *p1 = p; local
314 bud = rb_entry(p1, struct ubifs_bud, rb);
332 rb_erase(p1, &c->buds);
/fs/
H A Dnamei.c2472 * p1 and p2 should be directories on the same fs.
2474 struct dentry *lock_rename(struct dentry *p1, struct dentry *p2) argument
2478 if (p1 == p2) {
2479 mutex_lock_nested(&p1->d_inode->i_mutex, I_MUTEX_PARENT);
2483 mutex_lock(&p1->d_inode->i_sb->s_vfs_rename_mutex);
2485 p = d_ancestor(p2, p1);
2488 mutex_lock_nested(&p1->d_inode->i_mutex, I_MUTEX_CHILD);
2492 p = d_ancestor(p1, p2);
2494 mutex_lock_nested(&p1->d_inode->i_mutex, I_MUTEX_PARENT);
2499 mutex_lock_nested(&p1
2505 unlock_rename(struct dentry *p1, struct dentry *p2) argument
[all...]
H A Deventpoll.c327 static inline int ep_cmp_ffd(struct epoll_filefd *p1, argument
330 return (p1->file > p2->file ? +1:
331 (p1->file < p2->file ? -1 : p1->fd - p2->fd));
H A Ddcache.c2585 * @p1: ancestor dentry
2588 * Returns the ancestor dentry of p2 which is a child of p1, if p1 is
2591 struct dentry *d_ancestor(struct dentry *p1, struct dentry *p2) argument
2596 if (p->d_parent == p1)
/fs/hpfs/
H A Ddnode.c72 loff_t p1, loff_t p2)
78 for (i = hpfs_inode->i_rddir_off; *i; i++) (*f)(*i, p1, p2);
71 for_all_poss(struct inode *inode, void (*f)(loff_t *, loff_t, loff_t), loff_t p1, loff_t p2) argument
/fs/ocfs2/dlm/
H A Ddlmmaster.c1190 unsigned long p1, p2; local
1198 p1 = *(iter->orig_bm + i);
1200 iter->diff_bm[i] = (p1 & ~p2) | (p2 & ~p1);

Completed in 981 milliseconds