Searched refs:get_parent (Results 1 - 23 of 23) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/cifs/
H A Dexport.c42 .get_parent = cifs_get_parent,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/boot/
H A Dops.h41 void *(*get_parent)(const void *phandle); member in struct:dt_ops
118 static inline void *get_parent(const char *devp) function
120 return dt_ops.get_parent ? dt_ops.get_parent(devp) : NULL;
H A Dcuboot-83xx.c43 if (get_parent(serial) != soc)
H A Dcuboot-85xx.c44 if (get_parent(serial) != soc)
H A Dflatdevtree_misc.c66 dt_ops.get_parent = fdtm_get_parent;
H A Ddevtree.c222 parent = get_parent(node);
245 while ((node = get_parent(node))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_export.c182 .get_parent = xfs_fs_get_parent,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/exportfs/
H A Dexpfs.c68 * &dentry into the dcache using get_name() and get_parent() to find the
141 * the path to the root. For example, if get_parent returns a directory
189 ppd = CALL(nops,get_parent)(pd);
194 dprintk("find_exported_dentry: get_parent of %ld failed, err %d\n",
205 /* some race between get_parent and
293 static struct dentry *get_parent(struct dentry *child) function
295 /* get_parent cannot be supported generically, the locking
525 .get_parent = get_parent,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/isofs/
H A Dexport.c223 .get_parent = isofs_export_get_parent,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/
H A Dexport.c251 .get_parent = ocfs2_get_parent,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/
H A Dops_export.c286 .get_parent = gfs2_get_parent,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dlibxml.py264 def get_parent(self): member in class:xmlCore
362 parent = property(get_parent, None, None, "Parent node")
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ntfs/
H A Dnamei.c375 * The code is based on the ext3 ->get_parent() implementation found in
514 * The default ->get_parent() just returns -EACCES so we have to provide our
520 .get_parent = ntfs_get_parent, /* Find the parent of a given
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/efs/
H A Dsuper.c116 .get_parent = efs_get_parent,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jfs/
H A Dsuper.c740 .get_parent = jfs_get_parent,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext2/
H A Dsuper.c291 * Currently only get_parent is required.
294 .get_parent = ext2_get_parent,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/fat/
H A Dinode.c774 .get_parent = fat_get_parent,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dfs.h1272 * @get_parent: find the parent of a given directory
1329 * get_parent:
1330 * @get_parent should find the parent directory for the given @child which
1349 * get_parent is called with child->d_inode->i_mutex down
1363 struct dentry * (*get_parent)(struct dentry *child); member in struct:export_operations
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/reiserfs/
H A Dsuper.c654 .get_parent = reiserfs_get_parent,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/squashfs/
H A Dinode.c92 .get_parent = squashfs_get_parent
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext3/
H A Dsuper.c662 .get_parent = ext3_get_parent,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext4/
H A Dsuper.c713 .get_parent = ext4_get_parent,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/mm/
H A Dshmem.c2110 .get_parent = shmem_get_parent,

Completed in 333 milliseconds