Lines Matching refs:blkid
18 The model of the blkid cache is that each device has a number of
20 which are supported (and set) by blkid are:
37 The cache parameter is optional; if it is NULL, then the blkid library
38 will load the default blkid.tab cache file, and then release the cache
60 If a program needs to call multiple blkid functions, then passing in a
61 cache value of NULL is not recommended, since the /etc/blkid.tab file
63 and deallocated. To initialize the blkid cache, blkid_get_cache()
70 filename of the blkid cache file (where the default is
71 /etc/blkid.tab). Normally, programs should just pass in NULL.
74 when you are done using the blkid library functions. This will save the
75 cache to the blkid.tab file, if you have write access to the file. It