Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ceph/
Ddir.c636 static int ceph_mknod(struct inode *dir, struct dentry *dentry, in ceph_mknod() function
689 return ceph_mknod(dir, dentry, (mode & ~S_IFMT) | S_IFREG, 0); in ceph_create()
1249 .mknod = ceph_mknod,