HomeSort by relevance Sort by last modified time
    Searched defs:quota_file (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/syscalls/quotactl/
quotactl01.c 81 static char *block_dev, *mountpoint, *quota_file, *quota_loc = NULL; variable
152 snprintf(quota_loc, FILENAME_MAX, "%s/%s", mountpoint, quota_file);
210 {.option = "q:",.flag = &quota_file_FLAG,.arg = &quota_file},
  /external/e2fsprogs/lib/support/
quotaio.h 68 struct quota_handle *quota_file[MAXQUOTAS]; member in struct:quota_ctx
112 struct quota_file { struct
124 struct quota_file qh_qf;
125 unsigned int (*e2fs_read)(struct quota_file *qf, ext2_loff_t offset,
127 unsigned int (*e2fs_write)(struct quota_file *qf, ext2_loff_t offset,

Completed in 170 milliseconds