Searched refs:get_name (Results 1 – 5 of 5) sorted by relevance
/fs/exportfs/ |
D | expfs.c | 24 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/ |
D | export.c | 191 .get_name = gfs2_get_name,
|
/fs/btrfs/ |
D | export.c | 311 .get_name = btrfs_get_name,
|
/fs/ceph/ |
D | export.c | 562 .get_name = ceph_get_name,
|
/fs/overlayfs/ |
D | export.c | 845 .get_name = ovl_get_name,
|