Home
last modified time | relevance | path

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

/fs/exportfs/
Dexpfs.c24 static int get_name(const struct path *path, char *name, struct dentry *child);
33 if (nop->get_name) in exportfs_get_name()
34 return nop->get_name(dir, name, child); in exportfs_get_name()
36 return get_name(&path, name, child); in exportfs_get_name()
277 static int get_name(const struct path *path, char *name, struct dentry *child) in get_name() function
/fs/gfs2/
Dexport.c191 .get_name = gfs2_get_name,
/fs/btrfs/
Dexport.c311 .get_name = btrfs_get_name,
/fs/ceph/
Dexport.c562 .get_name = ceph_get_name,
/fs/overlayfs/
Dexport.c845 .get_name = ovl_get_name,