Home
last modified time | relevance | path

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

/linux/samples/vfs/
H A Dmountinfo.c24 #define STATMOUNT_BUFSIZE 4096 macro
131 struct statmount *buf = alloca(STATMOUNT_BUFSIZE); in dump_mountinfo()
138 ret = statmount(mnt_id, mnt_ns_id, mask, buf, STATMOUNT_BUFSIZE, 0); in dump_mountinfo()