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

/drivers/usb/gadget/function/
H A Du_fs.h43 bool mounted; member in struct:ffs_dev
200 * Device name, write once when file system is mounted.
243 * mounted.
247 /* File permissions, written once when fs is mounted */
H A Df_fs.c3341 else if (ffs_dev->mounted)
3347 ffs_dev->mounted = true;
3362 ffs_dev->mounted = false;
/drivers/staging/lustre/lustre/llite/
H A Dnamei.c58 * Check if we have something mounted at the named dchild.
64 int mounted = 0; local
67 mounted = d_mountpoint(dchild);
71 mounted = d_mountpoint(dchild);
75 return mounted;

Completed in 83 milliseconds