Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/intermezzo/
Dfile.c106 if ( ISLENTO(minor) ) { in open_check_dod()
169 ISLENTO(minor)); in presto_file_open()
171 if ( !ISLENTO(minor) && (file->f_flags & O_RDWR || in presto_file_open()
228 if (!ISLENTO(minor)) in presto_file_open()
283 ISLENTO(cache->cache_psdev->uc_minor), in presto_file_release()
326 (!ISLENTO(cache->cache_psdev->uc_minor))) { in presto_apply_write_policy()
395 ISLENTO(cache->cache_psdev->uc_minor), in presto_file_write()
Dext_attr.c79 if ( ISLENTO(minor) ) { in presto_set_ext_attr()
137 if (!ISLENTO(cache->cache_psdev->uc_minor)) in presto_set_ext_attr()
Ddir.c274 ISLENTO(minor)); in presto_lookup()
364 if (!ISLENTO(presto_c2m(cache))) in presto_setattr()
448 if (!ISLENTO(presto_c2m(cache))) in presto_create()
509 if (!ISLENTO(presto_c2m(cache))) in presto_link()
561 if (!ISLENTO(presto_c2m(cache))) in presto_mkdir()
607 if (!ISLENTO(presto_c2m(cache))) in presto_symlink()
647 if (!ISLENTO(presto_c2m(cache))) in presto_unlink()
705 if (!ISLENTO(presto_c2m(cache))) in presto_rmdir()
746 if (!ISLENTO(presto_c2m(cache))) in presto_mknod()
884 if (!ISLENTO(presto_c2m(cache))) in presto_rename()
Dpresto.c464 if ( ISLENTO(minor) ) { in presto_get_permit()
575 if ( ISLENTO(minor) ) { in presto_put_permit()
735 mask= (ISLENTO(minor)? FSET_LENTO_RO : FSET_CLIENT_RO); in presto_is_read_only()
738 mask= (ISLENTO(minor)? CACHE_LENTO_RO : CACHE_CLIENT_RO); in presto_is_read_only()
Dvfs.c616 if ( ISLENTO(presto_c2m(cache)) ) { in presto_do_create()
1164 if ( ISLENTO(presto_c2m(cache)) ) { in presto_do_symlink()
1325 if ( ISLENTO(presto_c2m(cache)) ) { in presto_do_mkdir()
1637 if ( ISLENTO(presto_c2m(cache)) ) { in presto_do_mknod()
Djournal.c179 ISLENTO(presto_i2m(fset->fset_dentry->d_inode)), in presto_kml_truncate()
/linux-2.4.37.9/include/linux/
Dintermezzo_psdev.h33 #define ISLENTO(minor) (current->pid == izo_channels[minor].uc_pid \ macro