Home
last modified time | relevance | path

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

/components/dfs/dfs_v2/include/
A Ddfs_dentry.h57 uint32_t dfs_dentry_full_path_crc32(struct dfs_dentry* dentry);
/components/dfs/dfs_v2/src/
A Ddfs_dentry.c447 uint32_t dfs_dentry_full_path_crc32(struct dfs_dentry* dentry) in dfs_dentry_full_path_crc32() function
/components/dfs/dfs_v2/filesystems/procfs/
A Dprocfs.c297 st->st_ino = (ino_t)dfs_dentry_full_path_crc32(dentry); in dfs_procfs_stat()
/components/dfs/dfs_v2/filesystems/devfs/
A Ddevtmpfs.c269 st->st_ino = (ino_t)dfs_dentry_full_path_crc32(dentry); in devtmpfs_stat()
/components/dfs/dfs_v2/filesystems/ptyfs/
A Dptyfs.c440 st->st_ino = (ino_t)dfs_dentry_full_path_crc32(dentry); in ptyfs_ops_stat()
/components/dfs/dfs_v2/filesystems/tmpfs/
A Ddfs_tmpfs.c477 st->st_ino = (ino_t)dfs_dentry_full_path_crc32(dentry); in dfs_tmpfs_stat()
/components/dfs/dfs_v2/filesystems/elmfat/
A Ddfs_elm.c866 st->st_ino = (ino_t)dfs_dentry_full_path_crc32(dentry); in dfs_elm_stat()

Completed in 11 milliseconds