Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dquota.c24 char qf_name[QUOTA_NAME_LEN]; in move_quota_inode() local
42 quota_get_qf_name(qtype, QFMT_VFS_V1, qf_name); in move_quota_inode()
43 ext2fs_unlink(fs, EXT2_ROOT_INO, qf_name, from_ino, 0); in move_quota_inode()
/external/e2fsprogs/lib/quota/
Dmkquota.c55 char qf_name[256]; in quota_file_exists() local
62 quota_get_qf_name(qtype, QFMT_VFS_V1, qf_name); in quota_file_exists()
64 ret = ext2fs_lookup(fs, EXT2_ROOT_INO, qf_name, strlen(qf_name), 0, in quota_file_exists()
Dquotaio.c60 char qf_name[QUOTA_NAME_LEN]; in quota_get_qf_path() local
67 strncat(path_buf, quota_get_qf_name(qtype, fmt, qf_name), in quota_get_qf_path()