Searched refs:v_nmembs (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/nilfs2/
H A Dioctl.c60 if (argv->v_nmembs == 0)
68 * total count (argv->v_nmembs) which leads position 'pos' to
71 if (argv->v_index > ~(__u64)0 - argv->v_nmembs)
82 for (i = 0; i < argv->v_nmembs; i += n) {
83 n = (argv->v_nmembs - i < maxmembs) ?
84 argv->v_nmembs - i : maxmembs;
110 argv->v_nmembs = total;
599 size_t nmembs = argv->v_nmembs;
683 size_t nmembs = argv->v_nmembs;
704 * the virtual block numbers specified by @buf and @argv->v_nmembs
[all...]
H A Dsegment.c2451 sci->sc_nfreesegs = argv[4].v_nmembs;
/linux-master/include/uapi/linux/
H A Dnilfs2_api.h157 * @v_nmembs: number of members in data array
164 __u32 v_nmembs; /* number of members */ member in struct:nilfs_argv

Completed in 106 milliseconds